Поделиться через


ServerPropertyCollection.CopyTo Method (ServerPropertyCollection)

Copies the entire collection to the end of a ServerPropertyCollection.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Sub CopyTo ( _
    col As ServerPropertyCollection _
)
public void CopyTo (
    ServerPropertyCollection col
)
public:
void CopyTo (
    ServerPropertyCollection^ col
)
public void CopyTo (
    ServerPropertyCollection col
)
public function CopyTo (
    col : ServerPropertyCollection
)

Параметры

Исключения

Тип исключения Условие
ArgumentNullException

col is a null reference (Nothing in Visual Basic).

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

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.

См. также

Справочник

ServerPropertyCollection Class
ServerPropertyCollection Members
Microsoft.AnalysisServices Namespace