CopyTo メソッド (Level[], Int32)
指定した配列にコレクションの要素をコピーします。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public Sub CopyTo ( _
array As Level(), _
index As Integer _
)
'使用
Dim instance As LevelCollection
Dim array As Level()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Level[] array,
int index
)
public:
void CopyTo(
array<Level^>^ array,
int index
)
member CopyTo :
array:Level[] *
index:int -> unit
public function CopyTo(
array : Level[],
index : int
)
パラメーター
- array
型: array<Microsoft.AnalysisServices.AdomdServer. . :: . .Level> [] () [] []
コレクションの要素のコピー先となる 1 次元の配列のインスタンスです。配列には、0 から始まるインデックスが設定されている必要があります。
- index
型: System. . :: . .Int32
コピーを開始する位置を示す、0 から始まるインデックスです。