PrincipalType 열거형
Specifies the principal types that can be used in security statements.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Enumeration PrincipalType
‘사용 방법
Dim instance As PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType
멤버
멤버 이름 | 설명 | |
---|---|---|
Identifier | The type is Identifier. | |
Null | The type is Null. | |
Public | The type is Public. |