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