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.

请参阅

参考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间