Freigeben über


SecurityPrincipal.PrincipalType-Eigenschaft

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.

Siehe auch

Verweis

SecurityPrincipal Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace