Sdílet prostřednictvím


ISql90ObjectAuthorizer.AuthorizedObjects – vlastnost

Získá seznam objektů, které jsou autorizovány tímto vlastníkem.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
ReadOnly Property AuthorizedObjects As IList(Of ISql90AuthorizedObject)
    Get
IList<ISql90AuthorizedObject> AuthorizedObjects { get; }
property IList<ISql90AuthorizedObject^>^ AuthorizedObjects {
    IList<ISql90AuthorizedObject^>^ get ();
}
abstract AuthorizedObjects : IList<ISql90AuthorizedObject>
function get AuthorizedObjects () : IList<ISql90AuthorizedObject>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90ObjectAuthorizer Rozhraní

AuthorizedObjects – přetížení

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů