ISql90EventNotification.EventGroup 属性

获取触发通知的事件组的列表。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90EventNotification 接口

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