次の方法で共有


ServerGroupCollection.CopyTo メソッド

1 次元の配列にコレクション オブジェクトをコピーします。その際、指定されたインデックス値の位置からコピーを開始します。

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

構文

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

instance.CopyTo(array, index)
public void CopyTo(
    Array array,
    int index
)
public:
virtual void CopyTo(
    Array^ array, 
    int index
) sealed
abstract CopyTo : 
        array:Array * 
        index:int -> unit  
override CopyTo : 
        array:Array * 
        index:int -> unit
public final function CopyTo(
    array : Array, 
    index : int
)

パラメーター

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

実装

ICollection.CopyTo(Array, Int32)

使用例

コレクションの使用

関連項目

参照

ServerGroupCollection クラス

Microsoft.SqlServer.Management.Smo.RegisteredServers 名前空間

その他の技術情報

コレクションの使用