ConnectionID Property (DTS)

The ConnectionID property specifies the ID of a Connection object to use in executing Transact-SQL statements.

Applies To
BulkInsertTask Object Lookup Object
ExecuteSQLTask Object  

Syntax

object.ConnectionID [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value ID of a Connection object to use

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetConnectionID(LONG *pRetVal);

HRESULT SetConnectionID(LONG NewValue);

  


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