SecurityPrincipal.PrincipalType-Eigenschaft

Ruft den Typ des Prinzipals ab oder legt ihn fest.

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

Syntax

'Declaration
Public Property PrincipalType As PrincipalType
    Get
    Set
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.Data.Schema.ScriptDom.Sql.PrincipalType
Gibt einen PrincipalType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SecurityPrincipal Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace