Поделиться через


ISql100EventSessionDefinitions.AttributeSettings Property

Gets the list of customizable attributes to set for the event.

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)
IList<ISql100EventSessionSetting> AttributeSettings { get; }
property IList<ISql100EventSessionSetting^>^ AttributeSettings {
    IList<ISql100EventSessionSetting^>^ get ();
}
abstract AttributeSettings : IList<ISql100EventSessionSetting>
function get AttributeSettings () : IList<ISql100EventSessionSetting>

Property Value

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

.NET Framework Security

See Also

Reference

ISql100EventSessionDefinitions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace