Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The ObjectPermissionSetValue enumeration is a list of constant values that specify all the object permissions.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Enumeration ObjectPermissionSetValue
'Применение
Dim instance As ObjectPermissionSetValue
public enum ObjectPermissionSetValue
public enum class ObjectPermissionSetValue
type ObjectPermissionSetValue
public enum ObjectPermissionSetValue
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Alter | The ability to alter the object. | |
| Connect | The ability to connect to the object. | |
| Control | The ability to control the object. | |
| CreateSequence | The ability to create a sequence on the object. | |
| Delete | The ability to delete the object. | |
| Execute | The ability to execute the object. | |
| Impersonate | The ability to impersonate another user when accessing the object. | |
| Insert | The ability to add data to the object. | |
| Receive | The ability to receive on the object. | |
| References | The ability to make references on the object. | |
| Select | The ability to select data from the object. | |
| Send | The ability to send on the object. | |
| TakeOwnership | The ability to take ownership of the object. | |
| Update | The ability to update data on the object. | |
| ViewChangeTracking | The ability to view change tracking on the object. | |
| ViewDefinition | The ability to view definition of the object. |