共用方式為


DestUseTrustedConnection Property

未來的 Microsoft SQL Server 發行版本將不再提供此功能。請避免在新的開發工作中使用此功能,並計劃修改目前使用此功能的應用程式。

The DestUseTrustedConnection property requests Windows Authentication for the connection of the Transfer object to the target server.

語法

object
.DestUseTrustedConnection [=value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list
  • value
    TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDestUseTrustedConnection(LPBOOL pRetVal);
HRESULT SetDestUseTrustedConnection(BOOL NewValue);

備註

If TRUE, Windows Authentication is used in an attempt to connect to the target server.

If FALSE, SQL Server Authentication is used in the connection attempt. The DestLogin and DestPassword properties of the Transfer object provide login authentication parameters.

Applies To:

Transfer Object

請參閱

參考

DestLogin Property
DestPassword Property

說明及資訊

取得 SQL Server 2005 協助