DestinationTableName Property

DTS Programming

DTS Programming

DestinationTableName Property

The DestinationTableName property specifies the name of the table into which to load data.

Applies To
BulkInsertTask Object
Syntax

object.DestinationTableName [= value]

Part Description
object Expression that evaluates to a BulkInsertTask object
value Name of the table

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationTableName(BSTR *pRetVal);

HRESULT SetDestinationTableName(BSTR NewValue);

Remarks

DestinationTableName can be fully qualified to override the database to which the application is connected (for example, [Northwind].[dbo].[Orders]).

See Also

ConnectionID Property

Connection2 Object