The DataFile property specifies the UNC path of the file from which to load.
BulkInsertTask Object |
object.DataFile[= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | UNC path of the file |
The UNC path is relative to the server on which the bulk insert command will run.
String
Read/write
HRESULT GetDataFile(BSTR *pRetVal);
HRESULT SetDataFile(BSTR NewValue);