Condividi tramite


Proprietà ISqlAuthorizedObject.Authorizer

Ottiene o imposta il provider di autorizzazioni per questo oggetto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property Authorizer As ISqlObjectAuthorizer
    Get
    Set
ISqlObjectAuthorizer Authorizer { get; set; }
property ISqlObjectAuthorizer^ Authorizer {
    ISqlObjectAuthorizer^ get ();
    void set (ISqlObjectAuthorizer^ value);
}
abstract Authorizer : ISqlObjectAuthorizer with get, set
function get Authorizer () : ISqlObjectAuthorizer
function set Authorizer (value : ISqlObjectAuthorizer)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISqlObjectAuthorizer

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlAuthorizedObject Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel