Partager via


Énumération PrivilegeType80

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration PrivilegeType80
'Utilisation
Dim instance As PrivilegeType80
[SerializableAttribute]
public enum PrivilegeType80
[SerializableAttribute]
public enum class PrivilegeType80
[<SerializableAttribute>]
type PrivilegeType80
public enum PrivilegeType80

Membres

Nom de membre Description
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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom