Proprietà ISqlObjectAuthorizer.AuthorizedObjects

Ottiene un elenco di oggetti associati a questo provider di autorizzazioni.

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

Sintassi

'Dichiarazione
ReadOnly Property AuthorizedObjects As IList(Of ISqlAuthorizedObject)
    Get
IList<ISqlAuthorizedObject> AuthorizedObjects { get; }
property IList<ISqlAuthorizedObject^>^ AuthorizedObjects {
    IList<ISqlAuthorizedObject^>^ get ();
}
abstract AuthorizedObjects : IList<ISqlAuthorizedObject>
function get AuthorizedObjects () : IList<ISqlAuthorizedObject>

Valore proprietà

Tipo: System.Collections.Generic.IList<ISqlAuthorizedObject>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlObjectAuthorizer Interfaccia

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