Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定された System.Data.DataRow オブジェクトの配列内のすべてのローを、ULBulkCopy オブジェクトの DestinationTableName フィールドで指定される送信先テーブルにコピーします。
Public Sub WriteToServer(ByVal rows As DataRow())
public void WriteToServer(DataRow[] rows)
rows 送信先テーブルにコピーされる System.Data.DataRow オブジェクトの配列。