ConnectionSettings.ConnectAsUser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If set to true, the connection will be made with the credentials of the specified user. This will assume impersonation, however the LoginSecure flags and Login and Password fields will not be affected. ConnectionCannotBeChangedException
public bool ConnectAsUser { get; set; }
member this.ConnectAsUser : bool with get, set
Public Property ConnectAsUser As Boolean