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.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间