TransSubscriptionCollection.CopyTo Method (TransSubscriptionCollection, Int32)

Makes a copy of the collection.

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Синтаксис

'Декларация
Public Sub CopyTo ( _
    replicationCollection As TransSubscriptionCollection, _
    index As Integer _
)
public void CopyTo (
    TransSubscriptionCollection replicationCollection,
    int index
)
public:
void CopyTo (
    TransSubscriptionCollection^ replicationCollection, 
    int index
)
public void CopyTo (
    TransSubscriptionCollection replicationCollection, 
    int index
)
public function CopyTo (
    replicationCollection : TransSubscriptionCollection, 
    index : int
)

Параметры

  • index
    An Int32 value that specifies the index position within the original collection to start copying.

Замечания

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TransSubscriptionCollection Class
TransSubscriptionCollection Members
Microsoft.SqlServer.Replication Namespace