PrivilegeType80 Enumeration
Specifies the privilege type.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration PrivilegeType80
[SerializableAttribute]
public enum PrivilegeType80
[SerializableAttribute]
public enum class PrivilegeType80
[<SerializableAttribute>]
type PrivilegeType80
public enum PrivilegeType80
Members
Member name | Description | |
---|---|---|
All | Type is All | |
Select | Type is Select | |
Insert | Type is Insert | |
Delete | Type is Delete | |
Update | Type is Update | |
Execute | Type is Execute | |
References | Type is References |