SourceLogin Property (DTS)

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

Applies To
TransferObjectsTask Object  

Syntax

object.SourceLogin[= value]

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

Remarks

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

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSourceLogin(BSTR *pRetVal);

HRESULT SetSourceLogin(BSTR NewValue);

See Also
SourceDatabase Property SourceServer Property
SourcePassword Property SourceUseTrustedConnection Property

  


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