ISqlObjectAuthorizer.AuthorizedObjects Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property AuthorizedObjects As IList(Of ISqlAuthorizedObject)
'Usage
Dim instance As ISqlObjectAuthorizer
Dim value As IList(Of ISqlAuthorizedObject)
value = instance.AuthorizedObjects
IList<ISqlAuthorizedObject> AuthorizedObjects { get; }
property IList<ISqlAuthorizedObject^>^ AuthorizedObjects {
IList<ISqlAuthorizedObject^>^ get ();
}
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.