DestinationLogin Property

DTS Programming

DTS Programming

DestinationLogin Property

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

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.DestinationLogin[= value]

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestinationLogin(BSTR *pRetVal);

HRESULT SetDestinationLogin(BSTR NewValue);

Remarks

DestinationLogin is required if an application is using SQL Server Authentication.

Note  It is recommended that you connect to an instance of Microsoft® SQL Server™ using Windows Authentication instead of SQL Server Authentication. To use Windows Authentication, set DestinationUseTrustedConnection to TRUE.

See Also

DestinationDatabase Property

DestinationPassword Property

DestinationServer Property

DestinationUseTrustedConnection Property