PrivilegeType80 列挙体
特権の種類を指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Enumeration PrivilegeType80
'使用
Dim instance As PrivilegeType80
[SerializableAttribute]
public enum PrivilegeType80
[SerializableAttribute]
public enum class PrivilegeType80
public enum PrivilegeType80
メンバ
メンバ名 | 説明 | |
---|---|---|
All | 種類は All です。 | |
Select | 種類は Select です。 | |
Insert | 種類は Insert です。 | |
Delete | 種類は Delete です。 | |
Update | 種類は Update です。 | |
Execute | 種類は Execute です。 | |
References | 種類は References です。 |