CopyTo メソッド

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

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

構文

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

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

パラメーター