PrincipalType Enumeration
Specifies the principal types that can be used in security statements.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration PrincipalType
'Usage
Dim instance As PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType
Members
Member name | Description | |
---|---|---|
Identifier | The type is Identifier. | |
Null | The type is Null. | |
Public | The type is Public. |