Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

The Microsoft.SqlServer.Management.UI.ConnectionDlg namespace contains classes that represent objects used in the SQL Server connection dialog box.

Classes

AdvancedViewHelpKeyWordAttribute

Displays the advanced view of the context keyword for a class or member.

AuthenticationInfo

Abstracts the authentication components of the connection.

AuthenticationInfoCollection

Represents a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.

BrowseServersForm

Displays a Form object for browsing the servers.

ConnectionDialog

Contains methods that are used to define the behavior of the connection dialog box in SQL Server. The connection dialog box is used to connect to instances of SQL Server in tools such as SQL Server Management Studio and SQL Server Profiler.

ConnectionDialogException

Represents the exception that is thrown by the connection dialog box.

ConnectionErrorEventArgs

Occurs when an error occurred during connection.

ConnectorEventArgs

Handles the connection event. Persists history using current settings from the UI controls.

DtsConnectionProperties

Represents the characteristics of a Data Transformation Services (DTS) connection.

DtsServerType

Displays the description for the Data Transformation Services (DTS) server type and its properties.

HelpKeyWordAttribute

Specifies the context keyword for a class or member. This class cannot be inherited.

OlapConnectionProperties

Represents the summary description for OlapConnectionProperties.

OlapServerType

Implements the interfaces for the connection dialog box for the Analysis Server connections.

PasswordExpiredException

Represents an exception that is thrown when a password to the connection dialog box has expired.

RegisterServerHelpKeyWordAttribute

Represents the registered keyword to use for the attribute in the class.

RSType

Implements the IServerType for the connection dialog box.

ServerNameHelper

Represents the utility functions that can be handy for UI applications.

SpinnerBox

Represents the SpinnerBox and its properties.

SqlCeConnectionProperties

Displays the descriptions for the SQLCeConnectionProperties.

SqlConnectionProperties

Displays the description for SqlConnectionProperties.

SqlServerCeType

Implements the connection dialog box interfaces for SQL Server Compact 3.5 server type connections.

SqlServerType

Implements the connection dialog interfaces for Database Engine server type connections.

UIConnectionInfoUtil

Represents the utility functions for working with UIConnectionInfo objects.

UIConnectionInfoUtil.NewConnectionFromQEEventArgs

Represents parameters for NewConnectionFromQE event that will be fired by QE part of SQL workbench when it establishes a new connection.

Interfaces

IConnectionValidator

Allows extra connection validation.

IPropertyPage

Defines a method that displays the property page in the connection dialog box.

IPropertyPage2

Defines a method that displays the property page in the connection dialog box.

IServerType

Represents the core interface that every entry in the connection dialog box must implement. Describes all major characteristics of the server type.

IServerType2

Represents the extra interface that can be implemented by a server type to fine-tune the behavior of the dialog box.

IServerTypeConnection

Represents the extra interface that provides the functionality for creating a closed connection object.

Enums

ConnectionDialog.ViewMode

Represents the view mode of the ConnectionDialog.ViewMode class.

ConnectionDialog.ViewStates

Enumerates the view states of the connection dialog box.

SecurityDescriptorControlFlags

Enumerates values for security descriptor control flags for the SecurityDescriptorControlFlags class.

ServiceSidType

Represents the type of service security identifier.

Delegates

ConnectionErrorEventHandler

Represents the method that will handle the error event of a ConnectionErrorEventHandler.

ConnectorEventHandler

Represents the method that will handle the event of a connection.

UIConnectionInfoUtil.NewConnectionFromQEEventHandler

Represents a prototype of NewConnectionFromQE event that will be fired by the QE part of SQL workbench when it establishes a new connection.

VerifyConnectionDelegate

Represents a delegate that is used to open live connection and thus verify connection info collected by the dialog.