ConnectionProperties Property

DTS Programming

DTS Programming

ConnectionProperties Property

The ConnectionProperties property returns a reference to an OLEDBProperties collection used to establish the characteristics of a connection.

Applies To
Connection Object Connection2 Object
Syntax

object.ConnectionProperties

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

OLEDBProperties Collection

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetConnectionProperties(IDTSOleDBProperties **pRetVal);

Remarks

These properties are specific to the OLE DB provider used by the connection.

See Also

OLEDBProperty2 Object