EventNotificationObjectScope.Target 属性

Gets or sets the target for event notification.

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

语法

声明
Public Property Target As EventNotificationTarget 
    Get 
    Set
用法
Dim instance As EventNotificationObjectScope 
Dim value As EventNotificationTarget 

value = instance.Target

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

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationTarget
The target for event notification.

请参阅

参考

EventNotificationObjectScope 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间