DataFileType Property (DTS)

The DataFileType property specifies the type of the data file to insert.

Applies To
BulkInsertTask Object  

Syntax

object.DataFileType [= value]

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

Remarks

DataFileType must be set to one of the DTSTransfer_ScriptOptionEx values. The default is DTSBulkInsert_DataFileType.

Data Type

DTSBulkInsert_DataFileType

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDataFileType(DTSBulkInsert_DataFileType *pRetVal);

HRESULT SetDataFileType(DTSBulkInsert_DataFileType NewValue);

  


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