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 네임스페이스