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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.