Proprietà SecurityPrincipal.PrincipalType
Ottiene o imposta il tipo di entità.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.PrincipalType
Restituisce un valore di enumerazione PrincipalType.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.