DbConnectionOpener.PromptConnectionCredentials Method
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.
public:
bool PromptConnectionCredentials(bool useOptions, Microsoft::ReportDesigner::Data::CachedCredentials ^ % creds, bool % savePassword);
public bool PromptConnectionCredentials (bool useOptions, ref Microsoft.ReportDesigner.Data.CachedCredentials creds, ref bool savePassword);
member this.PromptConnectionCredentials : bool * CachedCredentials * bool -> bool
Public Function PromptConnectionCredentials (useOptions As Boolean, ByRef creds As CachedCredentials, ByRef savePassword As Boolean) As Boolean
Parameters
- useOptions
- Boolean
- creds
- CachedCredentials
- savePassword
- Boolean