MiningServiceParameterCollection.CopyTo Method (MiningServiceParameter , Int32)

 

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

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public void CopyTo(
    MiningServiceParameter[] array,
    int index
)
public:
void CopyTo(
    array<MiningServiceParameter^>^ array,
    int index
)
member CopyTo : 
        array:MiningServiceParameter[] *
        index:int -> unit
Public Sub CopyTo (
    array As MiningServiceParameter(),
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The zero-based index at which to begin copying.

See Also

MiningServiceParameterCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top