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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.