UseOLEDBServiceComponents Property (DTS)

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

Applies To
Package Object  

Syntax

object.UseOLEDBServiceComponents[= value]

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

Remarks

The default is True.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUseOLEDBServiceComponents(VARIANT_BOOL *pRetVal);

HRESULT SetUseOLEDBServiceComponents(VARIANT_BOOL NewValue);

  


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