- Parent
- The parent window of the user-created dialog.
- Settings
- The server settings.
- ServerDirectory
- The server directory.
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Configure( _ ByVal Parent As IWin32Window, _ ByVal Settings As ServerSettings, _ ByVal ServerDirectory As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void Configure( IWin32Window Parent, ServerSettings Settings, string ServerDirectory ) |
C++/CLI | |
---|---|
public: virtual void Configure( IWin32Window Parent, ServerSettings Settings, String^ ServerDirectory ) |
Parameters
Calling this method will display a user interface Database Manager dialog.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family