Share via


ISql100EventSessionTarget.ParameterSettings Property

Gets the list of target parameters.

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

Syntax

'Declaration
ReadOnly Property ParameterSettings As IList(Of ISql100EventSessionSetting)
IList<ISql100EventSessionSetting> ParameterSettings { get; }
property IList<ISql100EventSessionSetting^>^ ParameterSettings {
    IList<ISql100EventSessionSetting^>^ get ();
}
abstract ParameterSettings : IList<ISql100EventSessionSetting>
function get ParameterSettings () : IList<ISql100EventSessionSetting>

Property Value

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

.NET Framework Security

See Also

Reference

ISql100EventSessionTarget Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace