Compartir a través de


SecurityPrincipal.PrincipalType (Propiedad)

Obtiene o establece el tipo de entidad de seguridad.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PrincipalType
Devuelve un valor de enumeración PrincipalType.

Seguridad de .NET Framework

Vea también

Referencia

SecurityPrincipal Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)