CopyTo メソッド
配列にコレクションをコピーします。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
'使用
Dim instance As ReplicationBaseCollection
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
)
パラメーター
- array
型: System. . :: . .Array
元のコレクションのコピーを受け取る Array オブジェクトです。
- index
型: System. . :: . .Int32
元のコレクション内のコピーを開始するインデックス位置を指定する Int32 値です。
実装
説明
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。