Partilhar via


Propriedade SecurityPrincipal.PrincipalType

Obtém ou define o tipo da entidade de segurança.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PrincipalType
Retorna um PrincipalType valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

SecurityPrincipal Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql