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


Метод MiningServiceCollection.CopyTo

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

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

Синтаксис

'Декларация
Public Sub CopyTo ( _
    array As MiningService(), _
    index As Integer _
)
'Применение
Dim instance As MiningServiceCollection 
Dim array As MiningService()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    MiningService[] array,
    int index
)
public:
void CopyTo(
    array<MiningService^>^ array, 
    int index
)
member CopyTo : 
        array:MiningService[] * 
        index:int -> unit
public function CopyTo(
    array : MiningService[], 
    index : int
)

Параметры

  • index
    Тип: System.Int32
    The zero-based index at which to begin copying.

См. также

Справочник

MiningServiceCollection Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient