言語

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

適用対象