次の方法で共有


CopyTo メソッド

プラン ガイド コレクション内のすべての項目を互換性のある 1 次元オブジェクト配列にコピーします。コピー先の配列の指定したインデックス位置からコピーが開始されます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

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

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

パラメーター

  • index
    型: System. . :: . .Int32
    コピー先配列の開始位置を示す Integer インデックスです。