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. |