次の方法で共有


CreateEventNotificationStatement.Scope プロパティ

イベント通知のスコープを取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Scope As EventNotificationObjectScope 
    Get 
    Set
'使用
Dim instance As CreateEventNotificationStatement 
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
イベント通知のスコープ。

関連項目

参照

CreateEventNotificationStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間