Reusable Property (DTS)

The Reusable property specifies whether a connection is reusable by multiple steps.

Applies To
Connection Object  

Syntax

object.Reusable [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether a connection is reusable

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetReusable(VARIANT_BOOL *pRetVal);

HRESULT SetReusable(VARIANT_BOOL NewValue);

  


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