言語

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フレームワークのバージョン2.0でのみサポートされています。

適用対象