PrivilegeType80-Enumeration
Gibt den Berechtigungstyp an.
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
Member
Membername | Beschreibung | |
---|---|---|
All | Typ ist All | |
Select | Typ ist Select | |
Insert | Typ ist Insert | |
Delete | Typ ist Delete | |
Update | Typ ist Update | |
Execute | Typ ist Execute | |
References | Typ ist References |