ISql90ObjectAuthorizer.AuthorizedObjects Property
Gets the list of objects that are authorized by this owner.
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 ISql90AuthorizedObject)
IList<ISql90AuthorizedObject> AuthorizedObjects { get; }
property IList<ISql90AuthorizedObject^>^ AuthorizedObjects {
IList<ISql90AuthorizedObject^>^ get ();
}
abstract AuthorizedObjects : IList<ISql90AuthorizedObject>
function get AuthorizedObjects () : IList<ISql90AuthorizedObject>
Property Value
Type: System.Collections.Generic.IList<ISql90AuthorizedObject>
.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.