Dela via


ISql90ObjectAuthorizer.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 ISql90AuthorizedObject)
'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>

Property Value

Type: System.Collections.Generic.IList<ISql90AuthorizedObject>

.NET Framework Security

See Also

Reference

ISql90ObjectAuthorizer Interface

ISql90ObjectAuthorizer Members

AuthorizedObjects Overload

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