EventNotificationObjectScope.Target プロパティ

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

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Target As EventNotificationTarget
'使用
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);
}
public function get Target () : EventNotificationTarget
public function set Target (value : EventNotificationTarget)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.EventNotificationTarget
EventNotificationTarget 列挙値を返します。

参照

参照

EventNotificationObjectScope クラス

EventNotificationObjectScope メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間