イベント通知のターゲットを取得または設定します。
名前空間: 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
イベント通知のターゲット。