DimensionCollection.CopyTo Method
Copies the elements of the collection to the specified array.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
Public Sub CopyTo ( _
array As Dimension(), _
index As Integer _
)
public void CopyTo (
Dimension[] array,
int index
)
public:
void CopyTo (
array<Dimension^>^ array,
int index
)
public void CopyTo (
Dimension[] array,
int index
)
public function CopyTo (
array : Dimension[],
index : int
)
Параметры
- array
An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing.
- index
The zero-based index at which to begin copying.
Синхронизация потоков
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.
См. также
Справочник
DimensionCollection Class
DimensionCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace