SourceLogin Property

DTS Programming

DTS Programming

SourceLogin Property

The SourceLogin property specifies the login ID on the source server.

Applies To
TransferObjectsTask Object TransferObjectsTask2 Object
Syntax

object.SourceLogin[= 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 GetSourceLogin(BSTR *pRetVal);

HRESULT SetSourceLogin(BSTR NewValue);

Remarks

SourceLogin is required if an application is using SQL Server Authentication security mode.

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 SourceUseTrustedConnection to TRUE.

See Also

DestinationLogin Property

SourceDatabase Property

SourceServer Property

SourcePassword Property

SourceUseTrustedConnection Property