TransArticleCollection.CopyTo(TransArticleCollection, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Makes a copy of the collection.
public:
void CopyTo(Microsoft::SqlServer::Replication::TransArticleCollection ^ replicationCollection, int index);
public void CopyTo (Microsoft.SqlServer.Replication.TransArticleCollection replicationCollection, int index);
override this.CopyTo : Microsoft.SqlServer.Replication.TransArticleCollection * int -> unit
Public Sub CopyTo (replicationCollection As TransArticleCollection, index As Integer)
Parameters
- replicationCollection
- TransArticleCollection
A TransArticleCollection object that is to receive the copy of the original collection.
- index
- Int32
An Int32 value that specifies the index position within the original collection to start copying.
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.