UDLPath Property

DTS Programming

DTS Programming

UDLPath Property

The UDLPath property specifies the name and path of a Microsoft® Data Link file used to create a connection.

Applies To
Connection Object Connection2 Object
Syntax

object.UDLPath [= path]

Part Description
object Expression that evaluates to an object in the Applies To list
path Name and path of the data link file

Data Type

String

Modifiable

Read/write for the Connection2 object. Read-only for the Connection object.

Prototype (C/C++)

HRESULT GetUDLPath(BSTR *pRetVal);

Remarks

When a data link file is used, the ConnectionProperties collection is not available.

See Also

ConnectionProperties Property