指定特权类型。
命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)
语法
声明
<SerializableAttribute> _
Public Enumeration PrivilegeType80
[SerializableAttribute]
public enum PrivilegeType80
[SerializableAttribute]
public enum class PrivilegeType80
[<SerializableAttribute>]
type PrivilegeType80
public enum PrivilegeType80
成员
| 成员名称 | 说明 | |
|---|---|---|
| All | 类型为 All | |
| Select | 类型为 Select | |
| Insert | 类型为 Insert | |
| Delete | 类型为 Delete | |
| Update | 类型为 Update | |
| Execute | 类型为 Execute | |
| References | 类型为 References |