Compartir a través de


ISql90ObjectAuthorizer.AuthorizedObjects (Propiedad)

Obtiene la lista de objetos autorizados por este propietario.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90ObjectAuthorizer Interfaz

AuthorizedObjects (Sobrecarga)

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)