CloseConnection Property (DTS)

The CloseConnection property specifies whether to close a connection on completion of a step.

Applies To
Step Objects  

Syntax

object.CloseConnection [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to close the connection on completion

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCloseConnection(VARIANT_BOOL *pRetVal);

HRESULT SetCloseConnection(VARIANT_BOOL NewValue);

  


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