Condividi tramite


MiningParameterCollection.CopyTo Method

Copies the elements of the collection to the specified array.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
Public Sub CopyTo ( _
    array As MiningParameter(), _
    index As Integer _
)
public void CopyTo (
    MiningParameter[] array,
    int index
)
public:
void CopyTo (
    array<MiningParameter^>^ array, 
    int index
)
public void CopyTo (
    MiningParameter[] array, 
    int index
)
public function CopyTo (
    array : MiningParameter[], 
    index : int
)

Parametri

  • 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.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MiningParameterCollection Class
MiningParameterCollection Members
Microsoft.AnalysisServices.AdomdClient Namespace