The documentation states that the ImpersonnateClient property is a Settings
class property but I don't see it implemented there. As a workaround,
another method to retrieve the value:
string proxyAccount = (string) ServerConn.ExecuteScalar(
"SELECT credential_identity" +
" FROM sys.credentials" +
" WHERE name = N'##xp_cmdshell_proxy_account##'");
I'm not sure if this a documentation or product issue. I submitted feedback
at http://lab.msdn.microsoft.com/productfeedback/.

Signature
Hope this helps.
Dan Guzman
SQL Server MVP
> Hi,
> Does anybody knows how to get the value for "ImpersonateClient"
[quoted text clipped - 6 lines]
> TIA
> Prasad