DropEventNotificationStatement.Scope 속성
Gets or sets the scope for event notification.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property Scope As EventNotificationObjectScope
Get
Set
‘사용 방법
Dim instance As DropEventNotificationStatement
Dim value As EventNotificationObjectScope
value = instance.Scope
instance.Scope = value
public EventNotificationObjectScope Scope { get; set; }
public:
property EventNotificationObjectScope^ Scope {
EventNotificationObjectScope^ get ();
void set (EventNotificationObjectScope^ value);
}
member Scope : EventNotificationObjectScope with get, set
function get Scope () : EventNotificationObjectScope
function set Scope (value : EventNotificationObjectScope)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationObjectScope
The scope for event notification.