CopyTo メソッド
1 次元の配列にコレクション オブジェクトをコピーします。その際、指定されたインデックス値の位置からコピーを開始します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub CopyTo ( _
array As SqlAssemblyFile(), _
index As Integer _
)
'使用
Dim instance As SqlAssemblyFileCollection
Dim array As SqlAssemblyFile()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
SqlAssemblyFile[] array,
int index
)
public:
void CopyTo(
array<SqlAssemblyFile^>^ array,
int index
)
member CopyTo :
array:SqlAssemblyFile[] *
index:int -> unit
public function CopyTo(
array : SqlAssemblyFile[],
index : int
)
パラメーター
- array
型: array<Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyFile> [] () [] []
SqlAssemblyFile オブジェクトの配列です。
- index
型: System. . :: . .Int32
コピーを開始するインデックス値を示す Int32 値です。