Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Initializes an SABulkCopy object.
Public Sub New(ByVal connectionString As String)
public SABulkCopy(string connectionString)
connectionString The string defining the connection that will be opened for use by the SABulkCopy instance. A connection string is a semicolon-separated list of keyword=value pairs.
This syntax opens a connection during WriteToServer using connectionString. The connection is closed at the end of WriteToServer.
The SABulkCopy class is not available in the .NET Compact Framework 2.0.