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

See Also

Reference

ISql90ObjectAuthorizer Interface

AuthorizedObjects Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace