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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.