言語

PublisherMonitor コンストラクター

定義

PublisherMonitor クラスの新しいインスタンスを作成します。

オーバーロード

名前 説明
PublisherMonitor()

PublisherMonitor クラスの新しいインスタンスを作成します。

PublisherMonitor(String, ServerConnection)

指定された名前とディストリビュータへの接続を持つ PublisherMonitor クラスの新しいインスタンスを作成します。

PublisherMonitor()

PublisherMonitor クラスの新しいインスタンスを作成します。

public:
 PublisherMonitor();
public PublisherMonitor();
Public Sub New ()

注釈

デフォルトのコンストラクタは、任意のフィールドをデフォルト値に初期化します。

適用対象

PublisherMonitor(String, ServerConnection)

指定された名前とディストリビュータへの接続を持つ PublisherMonitor クラスの新しいインスタンスを作成します。

public:
 PublisherMonitor(System::String ^ name, Microsoft::SqlServer::Management::Common::ServerConnection ^ connectionContext);
public PublisherMonitor(string name, Microsoft.SqlServer.Management.Common.ServerConnection connectionContext);
new Microsoft.SqlServer.Replication.PublisherMonitor : string * Microsoft.SqlServer.Management.Common.ServerConnection -> Microsoft.SqlServer.Replication.PublisherMonitor
Public Sub New (name As String, connectionContext As ServerConnection)

パラメーター

name
String

出版モニターの名前を指定する String の値です。

connectionContext
ServerConnection

ディストリビュータとの接続を確立するために使われる接続コンテキストを指定する ServerConnection オブジェクト。

適用対象