Метод MiningAttributeCollection.CopyTo (Array, Int32)

Copies the elements of the MiningAttributeCollection to the specified array, starting at a particular array index.

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

Синтаксис

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

instance.CopyTo(array, index)
internal void CopyTo(
    Array array,
    int index
)
internal:
virtual void CopyTo(
    Array^ array, 
    int index
) sealed
internal abstract CopyTo : 
        array:Array * 
        index:int -> unit  
internal override CopyTo : 
        array:Array * 
        index:int -> unit
internal final function CopyTo(
    array : Array, 
    index : int
)

Параметры

  • array
    Тип: System.Array
    The one-dimensional array to hold the elements to be copied from the collection.
  • index
    Тип: System.Int32
    The zero-based index in array at which copying begins.

Реализует

ICollection.CopyTo(Array, Int32)

См. также

Справочник

MiningAttributeCollection Класс

Перегрузка CopyTo

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