Walter.DataTools.MsSql
BulkImport Method
Walter.DataTools.MsSql Assembly > Walter.DataTools.MsSql Namespace > IDatabaseTools Interface : BulkImport Method
The table.
Name of the table.
Bitwise flag that specifies one or more options to use with an instance of Microsoft.Data.SqlClient.SqlBulkCopy
Bulks the import data into a SQL server database.
Syntax

Parameters

table
The table.
tableName
Name of the table.
options
Bitwise flag that specifies one or more options to use with an instance of Microsoft.Data.SqlClient.SqlBulkCopy
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDatabaseTools Interface
IDatabaseTools Members