UseFastLoad Property (DTS)

The UseFastLoad property specifies whether to use the IRowsetFastLoad interface to insert rows at the data destination, if supported by the destination provider.

Applies To
DataPumpTask Object  

Syntax

object.UseFastLoad [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to use IRowsetFastLoad to insert rows at the data destination

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUseFastLoad(VARIANT_BOOL *pRetVal);

HRESULT SetUseFastLoad(VARIANT_BOOL NewValue);

  


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