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 Framework 2.0 でのみサポートされています。

適用対象