Перечисление PrivilegeType80

Specifies the privilege types that can be used in security statements.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration PrivilegeType80
'Применение
Dim instance As PrivilegeType80
[SerializableAttribute]
public enum PrivilegeType80
[SerializableAttribute]
public enum class PrivilegeType80
[<SerializableAttribute>]
type PrivilegeType80
public enum PrivilegeType80

Элементы

Имя элемента Описание
All The type is All.
Delete The type is Delete.
Execute The type is Execute.
Insert The type is Insert.
References The type is References.
Select The type is Select.
Update The type is Update.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom