EventTypeContainer.EventType 属性

Gets or sets the event type.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property EventType As EventNotificationEventType 
    Get 
    Set
用法
Dim instance As EventTypeContainer 
Dim value As EventNotificationEventType 

value = instance.EventType

instance.EventType = value
public EventNotificationEventType EventType { get; set; }
public:
property EventNotificationEventType EventType {
    EventNotificationEventType get ();
    void set (EventNotificationEventType value);
}
member EventType : EventNotificationEventType with get, set
function get EventType () : EventNotificationEventType 
function set EventType (value : EventNotificationEventType)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventType
The event type.

请参阅

参考

EventTypeContainer 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间