ISql100EventSessionDefinitions.AttributeSettings 属性

获取要为事件设置的自定义特性列表。

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

语法

声明
ReadOnly Property AttributeSettings As IList(Of ISql100EventSessionSetting)
    Get
IList<ISql100EventSessionSetting> AttributeSettings { get; }
property IList<ISql100EventSessionSetting^>^ AttributeSettings {
    IList<ISql100EventSessionSetting^>^ get ();
}
abstract AttributeSettings : IList<ISql100EventSessionSetting>
function get AttributeSettings () : IList<ISql100EventSessionSetting>

属性值

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

.NET Framework 安全性

请参见

参考

ISql100EventSessionDefinitions 接口

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