UserID Property (DTS)

The UserID property specifies a user ID or name to use when making a connection.

Applies To
Connection Object  

Syntax

object.UserID [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value User ID or name to use

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUserID(BSTR *pRetVal);

HRESULT SetUserID(BSTR NewValue);

  


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