DestinationLogin Property (DTS)

The DestinationLogin property specifies the login ID on a destination server.

Applies To
TransferObjectsTask Object  

Syntax

object.DestinationLogin[= value]

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

Remarks

DestinationLogin is required if an application is not using the Windows NT Authentication security mode.

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationLogin(BSTR *pRetVal);

HRESULT SetDestinationLogin(BSTR NewValue);

See Also
DestinationDatabase Property DestinationServer Property
DestinationPassword Property DestinationUseTrustedConnection Property

  


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