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 네임스페이스