MergeSubscriptionCollection.CopyTo(MergeSubscriptionCollection, Int32) 方法

定义

制作该集合的副本。

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

参数

replicationCollection
MergeSubscriptionCollection

一个将接收原始集合的副本的 MergeSubscriptionCollection 对象。

index
Int32

一个 Int32 值,指定在原始集合中自其开始复制的索引位置。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于