The Reusable property specifies whether a connection is reusable by multiple steps.
object.Reusable [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | A value indicating whether a connection is reusable |
Boolean
Read/write
HRESULT GetReusable(VARIANT_BOOL *pRetVal);
HRESULT SetReusable(VARIANT_BOOL NewValue);
The default is TRUE.