Compartir a través de


ISqlObjectAuthorizer.AuthorizedObjects (Propiedad)

Obtiene una lista de objetos asociados a este autorizador.

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlObjectAuthorizer Interfaz

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