Compartir a través de


ISql100EventSessionDefinitions.AttributeSettings (Propiedad)

Obtiene la lista de atributos personalizables que se van a establecer para el evento.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql100EventSessionDefinitions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)