SourceUseTrustedConnection Property (DTS)

The SourceUseTrustedConnection property specifies whether the Windows NT Authentication security mode is to be used.

Applies To
TransferObjectsTask Object  

Syntax

object.SourceUseTrustedConnection[= value]

Part Description
object An expression that evaluates to an object in the Applies To list
value Whether the Windows NT Authentication security mode is to be used

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetSourceUseTrustedConnection(VARIANT_BOOL *pRetVal);

HRESULT SetSourceUseTrustedConnection(VARIANT_BOOL NewValue);

See Also
SourceDatabase Property SourcePassword Property
SourceLogin Property SourceServer Property

  


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