Share via


ReplicationDatabaseCollection.CopyTo Methode

Definition

Erstellt eine Kopie der Auflistung.

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

Parameter

replicationCollection
ReplicationDatabaseCollection

Ein ReplicationDatabaseCollection-Objekt, das die Kopie der ursprünglichen Auflistung empfangen soll.

index
Int32

Ein Int32 Wert, der die Indexposition innerhalb der ursprünglichen Auflistung angibt, um mit dem Kopieren zu beginnen.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von .NET Framework unterstützt.

Gilt für: