The DestinationTableName property specifies the name of the table into which to load data.
object.DestinationTableName [= value]
Part | Description |
---|---|
object | Expression that evaluates to a BulkInsertTask object |
value | Name of the table |
String
Read/write
HRESULT GetDestinationTableName(BSTR *pRetVal);
HRESULT SetDestinationTableName(BSTR NewValue);
DestinationTableName can be fully qualified to override the database to which the application is connected (for example, [Northwind].[dbo].[Orders]).