Enumeração PrivilegeType80
Specifies the privilege types that can be used in security statements.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration PrivilegeType80
'Uso
Dim instance As PrivilegeType80
[SerializableAttribute]
public enum PrivilegeType80
[SerializableAttribute]
public enum class PrivilegeType80
[<SerializableAttribute>]
type PrivilegeType80
public enum PrivilegeType80
Membros
Nome do membro | Descrição | |
---|---|---|
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. |