ISql90EventNotification.EventType 属性

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

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90EventNotification 接口

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