Partilhar via


Propriedade ISql90ObjectAuthorizer.AuthorizedObjects

Obtém a lista de objetos que são autorizadas por este proprietário.

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 ISql90AuthorizedObject)
    Get
IList<ISql90AuthorizedObject> AuthorizedObjects { get; }
property IList<ISql90AuthorizedObject^>^ AuthorizedObjects {
    IList<ISql90AuthorizedObject^>^ get ();
}
abstract AuthorizedObjects : IList<ISql90AuthorizedObject>
function get AuthorizedObjects () : IList<ISql90AuthorizedObject>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90ObjectAuthorizer Interface

Sobrecargas AuthorizedObjects

Namespace Microsoft.Data.Schema.Sql.SchemaModel