UseTrustedConnection Property (DTS)

The UseTrustedConnection property specifies whether to log in using the Windows NT Authentication security mode.

Applies To
Connection Object  

Syntax

object.UseTrustedConnection [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to log in using Windows NT Authentication

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetUseTrustedConnection(VARIANT_BOOL *pRetVal);

HRESULT SetUseTrustedConnection(VARIANT_BOOL NewValue);

  


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