ISql100EventSessionTarget.ParameterSettings Property
Gets a list of parameter settings.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property ParameterSettings As IList(Of ISql100EventSessionSetting)
Get
'Usage
Dim instance As ISql100EventSessionTarget
Dim value As IList(Of ISql100EventSessionSetting)
value = instance.ParameterSettings
IList<ISql100EventSessionSetting> ParameterSettings { get; }
property IList<ISql100EventSessionSetting^>^ ParameterSettings {
IList<ISql100EventSessionSetting^>^ get ();
}
function get ParameterSettings () : IList<ISql100EventSessionSetting>
abstract ParameterSettings : IList<ISql100EventSessionSetting>
Property Value
Type: System.Collections.Generic.IList<ISql100EventSessionSetting>
Returns a list of ISql100EventSessionSetting instances.
.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.
See Also
Reference
ISql100EventSessionTarget Interface