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