Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SABulkCopy オブジェクトを初期化します。
Public Sub New(ByVal connectionString As String)
public SABulkCopy(string connectionString)
connectionString SABulkCopy インスタンスによって使用されるために開かれる接続を定義する文字列。接続文字列は keyword=value のペアがセミコロンで区切られたリストです。
この構文は、connectionString を使用して WriteToServer の実行中に接続を開きます。WriteToServer が終了すると、接続が閉じます。
SABulkCopy クラスは、.NET Compact Framework 2.0 では使用できません。