PublisherMonitorCollection.CopyTo Method (PublisherMonitorCollection, Int32)
Makes a copy of the collection.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Синтаксис
'Декларация
Public Sub CopyTo ( _
replicationCollection As PublisherMonitorCollection, _
index As Integer _
)
public void CopyTo (
PublisherMonitorCollection replicationCollection,
int index
)
public:
void CopyTo (
PublisherMonitorCollection^ replicationCollection,
int index
)
public void CopyTo (
PublisherMonitorCollection replicationCollection,
int index
)
public function CopyTo (
replicationCollection : PublisherMonitorCollection,
index : int
)
Параметры
- replicationCollection
A PublisherMonitorCollection object that is to receive the copy of the original collection.
- 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.
См. также
Справочник
PublisherMonitorCollection Class
PublisherMonitorCollection Members
Microsoft.SqlServer.Replication Namespace