言語

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

定義

コレクションのコピーを作る。

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

パラメーター

replicationCollection
TransSubscriptionCollection

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

index
Int32

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

注釈

この名前空間、クラス、またはメンバーは.NETフレームワークのバージョン2.0でのみサポートされています。

適用対象