CellCollection.CopyTo メソッド

特定の配列インデックスを開始位置として、配列に CellCollection の要素をコピーします。

名前空間:  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
    配列内のコピーを開始する位置を示す、0 から始まるインデックスです。

関連項目

参照

CellCollection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間