The UseFastLoad property specifies whether to use the IRowsetFastLoad interface to insert rows at the data destination, if supported by the destination provider.
DataPumpTask Object |
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 |
Boolean
Read/write
HRESULT GetUseFastLoad(VARIANT_BOOL *pRetVal);
HRESULT SetUseFastLoad(VARIANT_BOOL NewValue);