未來的 Microsoft SQL Server 發行版本將不再提供此功能。請避免在新的開發工作中使用此功能,並計劃修改目前使用此功能的應用程式。
The Impersonate property specifies Microsoft Windows login credential use for connections attempted by the referenced OLE DB data source user.
語法
object
.Impersonate [=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 GetImpersonate(LPBOOL pRetVal);
HRESULT SetImpersonate(BOOL NewValue);
備註
If TRUE, logins that use Microsoft SQL Server authentication use their own credentials to connect to the referenced OLE DB data source. TRUE is not valid for logins that use Windows authentication unless the Windows environment supports security account delegation and the provider supports Windows Authentication.
If FALSE, a connection attempt uses a specified user name and password.
Applies To:
請參閱
參考
RemotePassword Property
RemoteUser Property