Sdílet prostřednictvím


ISql100EventSessionDefinitions.AttributeSettings – vlastnost

Získá seznam atributů přizpůsobitelné nastavení události.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql100EventSessionDefinitions Rozhraní

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