NewDataLink Method (DTS)

Gets a new Connection object using Microsoft Data Links.

Applies To
Connections Collection  

Syntax

object.NewDataLink(UDLPath) as Connection

Part Description
object Expression that evaluates to an object in the Applies To list
UDLPath The UDL path

Remarks

NewDataLink is similar to New, except you supply a UDL path instead of a provider ID.

Prototype (C/C++)

HRESULT NewDataLink (
BSTR UDLPath,
IDTSConnection **pRetVal);

  


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