Freigeben über


TransPullSubscriptionCollection.CopyTo Methode

Definition

Erstellt eine Kopie der Auflistung.

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

Parameter

replicationCollection
TransPullSubscriptionCollection

Ein TransPullSubscriptionCollection-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: