The DestinationTableName property specifies the name of the table into which to load data data.
| BulkInsertTask Object |
object.DestinationTableName [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Name of the table |
DestinationTableName can be fully qualified to override the database to which the application is connected.
String
Read/write
HRESULT GetDestinationTableName(BSTR *pRetVal);
HRESULT SetDestinationTableName(BSTR NewValue);