UseOLEDBServiceComponents Property

DTS Programming

DTS Programming

UseOLEDBServiceComponents Property

The UseOLEDBServiceComponents property specifies whether to use OLE DB service components when initializing data sources.

Applies To
Package Object Package2 Object
Syntax

object.UseOLEDBServiceComponents[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Boolean that specifies whether to use OLE DB service components

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUseOLEDBServiceComponents(VARIANT_BOOL *pRetVal);

HRESULT SetUseOLEDBServiceComponents(VARIANT_BOOL NewValue);

Remarks

The default is TRUE.

See Also

ConnectionProperties Property