对服务器事件通知建模。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql90ServerEventNotification _
    Inherits ISql90EventNotification, IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement,  _
    IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90ServerEventNotification : ISql90EventNotification, 
    IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90ServerEventNotification : ISql90EventNotification, 
    IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql90ServerEventNotification =  
    interface
        interface ISql90EventNotification
        interface IModelNamed
        interface ISqlExtendedPropertyHost
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql90ServerEventNotification extends ISql90EventNotification, IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql90ServerEventNotification 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | BrokerInstanceSpecifier | 获取或设置要针对其解析 Broker 服务的 Service Broker 实例。 (继承自 ISql90EventNotification。) | 
| .gif) | ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) | 
| .gif) | EventGroup | 获取触发通知的事件组的列表。 (继承自 ISql90EventNotification。) | 
| .gif) | EventType | 获取触发通知的事件类型的列表。 (继承自 ISql90EventNotification。) | 
| .gif) | ExtendedProperties | 获取此对象的扩展属性的列表。 (继承自 ISqlExtendedPropertyHost。) | 
| .gif) | IsWithFanIn | 获取或设置一个对 WITH FAN_IN 选项建模的值。 (继承自 ISql90EventNotification。) | 
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
| .gif) | Name | 获取或设置元素的名称。 (继承自 IModelElement。) | 
| .gif) | PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) | 
| .gif) | SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | Service | 获取或设置接收事件数据的目标服务。 (继承自 ISql90EventNotification。) | 
| .gif) | SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) | 
| .gif) | ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) | 
页首
方法
页首
.gif)