Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the type of the principal.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property PrincipalType As PrincipalType
Get
Set
'Usage
Dim instance As SecurityPrincipal
Dim value As PrincipalType
value = instance.PrincipalType
instance.PrincipalType = value
public PrincipalType PrincipalType { get; set; }
public:
property PrincipalType PrincipalType {
PrincipalType get ();
void set (PrincipalType value);
}
member PrincipalType : PrincipalType with get, set
function get PrincipalType () : PrincipalType
function set PrincipalType (value : PrincipalType)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.PrincipalType
A PrincipalType enumeration value.