Share via


ISql90ObjectAuthorizer.AuthorizedObjects Property

Gets a list of authorized objects.

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 ISql90AuthorizedObject)
    Get
'Usage
Dim instance As ISql90ObjectAuthorizer
Dim value As IList(Of ISql90AuthorizedObject)

value = instance.AuthorizedObjects
IList<ISql90AuthorizedObject> AuthorizedObjects { get; }
property IList<ISql90AuthorizedObject^>^ AuthorizedObjects {
    IList<ISql90AuthorizedObject^>^ get ();
}
function get AuthorizedObjects () : IList<ISql90AuthorizedObject>
abstract AuthorizedObjects : IList<ISql90AuthorizedObject>

Property Value

Type: System.Collections.Generic.IList<ISql90AuthorizedObject>
Returns a list of ISql90AuthorizedObject instances.

.NET Framework Security

See Also

Reference

ISql90ObjectAuthorizer Interface

ISql90ObjectAuthorizer Members

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