PrincipalType Enumeration

Specifies the principal type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Enumeration PrincipalType
public enum PrincipalType
public enum class PrincipalType
type PrincipalType
public enum PrincipalType

Members

Member name Description
Null Type is Null
Public Type is Public
Identifier Type is Identifier

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace