次の方法で共有


ReplicationTable コンストラクター

定義

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

オーバーロード

ReplicationTable()

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

ReplicationTable(String, String, String, ServerConnection)

指定した名前と所有者、指定したデータベース、および指定した Microsoft SQL Server のインスタンスへの接続を使用して、クラスの新しいReplicationTableインスタンスを作成します。

ReplicationTable()

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

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

注釈

既定のコンストラクターは、すべてのフィールドを既定値に初期化します。

適用対象

ReplicationTable(String, String, String, ServerConnection)

指定した名前と所有者、指定したデータベース、および指定した Microsoft SQL Server のインスタンスへの接続を使用して、クラスの新しいReplicationTableインスタンスを作成します。

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

パラメーター

name
String

データベースの名前。

ownerName
String

データベースの所有者。 値を何も指定しない場合、db_owner ユーザーが想定されます。

databaseName
String

レプリケーション テーブルが所属するデータベースです。

connectionContext
ServerConnection

SQL Serverのインスタンスとの接続を確立するために使用される接続コンテキスト。

適用対象