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 版本支持此命名空间、类或成员。

适用于