Share via


ISqlObjectAuthorizer.AuthorizedObjects Property

Gets a list of objects that are associated with this authorizer.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISqlObjectAuthorizer Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace