共用方式為


CellCollection.CopyTo 方法

Copies the elements of the CellCollection to an array, starting at a particular array index.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Sub CopyTo ( _
    array As Cell(), _
    index As Integer _
)
'用途
Dim instance As CellCollection 
Dim array As Cell()
Dim index As Integer

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

參數

  • index
    型別:System.Int32
    The zero-based index in the array at which copying begins.

請參閱

參考

CellCollection 類別

Microsoft.AnalysisServices.AdomdClient 命名空間