次の方法で共有


CopyTo メソッド (LevelProperty[], Int32)

指定した配列にコレクションの要素をコピーします。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Sub CopyTo ( _
    array As LevelProperty(), _
    index As Integer _
)
'使用
Dim instance As LevelPropertyCollection
Dim array As LevelProperty()
Dim index As Integer

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

パラメーター

  • index
    型: System. . :: . .Int32
    コピーを開始する位置を示す、0 から始まるインデックスです。