Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Copies the elements of the collection to the specified array.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As MiningParameter(), _
index As Integer _
)
'Usage
Dim instance As MiningParameterCollection
Dim array As MiningParameter()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
MiningParameter[] array,
int index
)
public:
void CopyTo(
array<MiningParameter^>^ array,
int index
)
member CopyTo :
array:MiningParameter[] *
index:int -> unit
public function CopyTo(
array : MiningParameter[],
index : int
)
Parameters
- array
Type: array<Microsoft.AnalysisServices.AdomdClient.MiningParameter[]
An instance of a one-dimensional Array in which to copy the elements of the collection. The Array must have zero-based indexing.
- index
Type: System.Int32
The zero-based index at which to begin copying.