次の方法で共有


EventNotificationObjectScope.Target プロパティ

イベント通知のターゲットを取得または設定します。

名前空間:  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
イベント通知のターゲット。

関連項目

参照

EventNotificationObjectScope クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間