Dela via


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

See Also

Reference

ISqlObjectAuthorizer Interface

ISqlObjectAuthorizer Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace