次の方法で共有


MergeSubscriptionCollection.CopyTo(MergeSubscriptionCollection, Int32) メソッド

定義

コレクションのコピーを作成します。

public:
 void CopyTo(Microsoft::SqlServer::Replication::MergeSubscriptionCollection ^ replicationCollection, int index);
public void CopyTo (Microsoft.SqlServer.Replication.MergeSubscriptionCollection replicationCollection, int index);
override this.CopyTo : Microsoft.SqlServer.Replication.MergeSubscriptionCollection * int -> unit
Public Sub CopyTo (replicationCollection As MergeSubscriptionCollection, index As Integer)

パラメーター

replicationCollection
MergeSubscriptionCollection

元のコレクションのコピーを受け取る MergeSubscriptionCollection オブジェクトです。

index
Int32

コピーを開始するための、元のコレクション内におけるインデックス位置を指定する Int32 値です。

注釈

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

適用対象