The UseOLEDBServiceComponents property specifies whether to use OLE DB service components when initializing data sources.
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 |
Boolean
Read/write
HRESULT GetUseOLEDBServiceComponents(VARIANT_BOOL *pRetVal);
HRESULT SetUseOLEDBServiceComponents(VARIANT_BOOL NewValue);
The default is TRUE.