RegisteredSubscriberCollection.CopyTo メソッド

定義

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

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

パラメーター

replicationCollection
RegisteredSubscriberCollection

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

index
Int32

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

注釈

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

適用対象