Partilhar via


Propriedade ISqlObjectAuthorizer.AuthorizedObjects

Obtém uma lista de objetos que estão associados este responsável pela autorização.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlObjectAuthorizer Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel