DestinationTableName Property (DTS)

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

Applies To
BulkInsertTask Object  

Syntax

object.DestinationTableName [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Name of the table

Remarks

DestinationTableName can be fully qualified to override the database to which the application is connected.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationTableName(BSTR *pRetVal);

HRESULT SetDestinationTableName(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.