Partilhar via


Propriedade ISql100EventSessionTarget.ParameterSettings

Obtém a lista de parâmetros de destino.

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

Sintaxe

'Declaração
ReadOnly Property ParameterSettings As IList(Of ISql100EventSessionSetting)
    Get
IList<ISql100EventSessionSetting> ParameterSettings { get; }
property IList<ISql100EventSessionSetting^>^ ParameterSettings {
    IList<ISql100EventSessionSetting^>^ get ();
}
abstract ParameterSettings : IList<ISql100EventSessionSetting>
function get ParameterSettings () : IList<ISql100EventSessionSetting>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100EventSessionTarget Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel