DataFile Property (DTS)

The DataFile property specifies the UNC path of the file from which to load.

Applies To
BulkInsertTask Object  

Syntax

object.DataFile[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value UNC path of the file

Remarks

The UNC path is relative to the server on which the bulk insert command will run.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDataFile(BSTR *pRetVal);

HRESULT SetDataFile(BSTR NewValue);

  


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