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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.