Partilhar via


Propriedade ISql100EventSessionDefinitions.AttributeSettings

Obtém a lista de atributos personalizáveis para definir o evento.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100EventSessionDefinitions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel