Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Shows the Data Connection dialog box with the selected data provider and connection string settings pre-populated.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride Function ShowDialog As Boolean
public abstract bool ShowDialog()
public:
virtual bool ShowDialog() abstract
abstract ShowDialog : unit -> bool
public abstract function ShowDialog() : boolean
Return Value
Type: System.Boolean
Returns true if the user exited the dialog by clicking the accept button; otherwise, returns false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.