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


AdomdParameterCollection.CopyTo Method

Copies the elements of the AdomdParameterCollection collection to the specified array.

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

Синтаксис

'Декларация
Public Sub CopyTo ( _
    destinationArray As AdomdParameter(), _
    index As Integer _
)
public void CopyTo (
    AdomdParameter[] destinationArray,
    int index
)
public:
virtual void CopyTo (
    array<AdomdParameter^>^ destinationArray, 
    int index
) sealed
public final void CopyTo (
    AdomdParameter[] destinationArray, 
    int index
)
public final function CopyTo (
    destinationArray : AdomdParameter[], 
    index : int
)

Параметры

  • destinationArray
  • index

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

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.

См. также

Справочник

AdomdParameterCollection Class
AdomdParameterCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace