ISql100EventSessionDefinitions.AttributeSettings-Eigenschaft

Ruft die Liste der benutzerdefinierbaren Attribute ab, die für das Ereignis festgelegt werden sollen.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100EventSessionDefinitions Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace