MiningParameterCollection.CopyTo Method
Copies the elements of the collection to the specified array.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
Public Sub CopyTo ( _
array As MiningParameter(), _
index As Integer _
)
public void CopyTo (
MiningParameter[] array,
int index
)
public:
virtual void CopyTo (
array<MiningParameter^>^ array,
int index
) sealed
public final void CopyTo (
MiningParameter[] array,
int index
)
public final function CopyTo (
array : MiningParameter[],
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.
См. также
Справочник
MiningParameterCollection Class
MiningParameterCollection Members
Microsoft.AnalysisServices.AdomdServer Namespace