Impersonate Property
Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa caratteristica in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The Impersonate property specifies Microsoft Windows login credential use for connections attempted by the referenced OLE DB data source user.
Sintassi
object
.Impersonate [=value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetImpersonate(LPBOOL pRetVal);
HRESULT SetImpersonate(BOOL NewValue);
Osservazioni
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.