Proprietà SqlInterpreterConstructor.DefaultDatabaseAuthorizer
Ottiene o imposta il provider di autorizzazioni da utilizzare per gli oggetti di database, se non ne era stato specificato uno in modo esplicito.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Public Property DefaultDatabaseAuthorizer As String
Get
Set
public string DefaultDatabaseAuthorizer { get; set; }
public:
property String^ DefaultDatabaseAuthorizer {
String^ get ();
void set (String^ value);
}
member DefaultDatabaseAuthorizer : string with get, set
function get DefaultDatabaseAuthorizer () : String
function set DefaultDatabaseAuthorizer (value : String)
Valore proprietà
Tipo: System.String
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.