ISql100EventSessionTarget.ParameterSettings 属性

获取目标参数的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IList<ISql100EventSessionSetting>

.NET Framework 安全性

请参见

参考

ISql100EventSessionTarget 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间