Share via


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

  Class Description
Public class AdvancedViewHelpKeyWordAttribute Displays the advanced view of the context keyword for a class or member.
Public class AuthenticationInfo Abstracts the authentication components of the connection.
Public class AuthenticationInfoCollection Represents a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.
Public class BrowseServersForm Displays a Form object for browsing the servers.
Public class 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.
Public class ConnectionDialogException Represents the exception that is thrown by the connection dialog box.
Public class ConnectionErrorEventArgs Occurs when an error occurred during connection.
Public class ConnectorEventArgs Handles the connection event. Persists history using current settings from the UI controls.
Public class DtsConnectionProperties Represents the characteristics of a Data Transformation Services (DTS) connection.
Public class DtsServerType Displays the description for the Data Transformation Services (DTS) server type and its properties.
Public class HelpKeyWordAttribute Specifies the context keyword for a class or member. This class cannot be inherited.
Public class OlapConnectionProperties Represents the summary description for OlapConnectionProperties.
Public class OlapServerType Implements the interfaces for the connection dialog box for the Analysis Server connections.
Public class PasswordExpiredException Represents an exception that is thrown when a password to the connection dialog box has expired.
Public class RegisterServerHelpKeyWordAttribute Represents the registered keyword to use for the attribute in the class.
Public class RSType Implements the IServerType for the connection dialog box.
Public class ServerNameHelper Represents the utility functions that can be handy for UI applications.
Public class SpinnerBox Represents the SpinnerBox and its properties.
Public class SqlCeConnectionProperties Displays the descriptions for the SQLCeConnectionProperties.
Public class SqlConnectionProperties Displays the description for SqlConnectionProperties.
Public class SqlServerCeType Implements the connection dialog box interfaces for SQL Server Compact 3.5 server type connections.
Public class SqlServerType Implements the connection dialog interfaces for Database Engine server type connections.
Public class UIConnectionInfoUtil Represents the utility functions for working with UIConnectionInfo objects.
Public class UIConnectionInfoUtil.NewConnectionFromQEEventArgs Represents parameters for NewConnectionFromQE event that will be fired by QE part of SQL workbench when it establishes a new connection.

Interfaces

  Interface Description
Public interface IConnectionValidator Allows extra connection validation.
Public interface IPropertyPage Defines a method that displays the property page in the connection dialog box.
Public interface IPropertyPage2 Defines a method that displays the property page in the connection dialog box.
Public interface IServerType Represents the core interface that every entry in the connection dialog box must implement. Describes all major characteristics of the server type.
Public interface IServerType2 Represents the extra interface that can be implemented by a server type to fine-tune the behavior of the dialog box.
Public interface IServerTypeConnection Represents the extra interface that provides the functionality for creating a closed connection object.

Delegates

  Delegate Description
Public delegate ConnectionErrorEventHandler Represents the method that will handle the error event of a ConnectionDlg.
Public delegate ConnectorEventHandler Represents the method that will handle the event of a connection.
Public delegate 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.
Public delegate VerifyConnectionDelegate Represents a delegate that is used to open live connection and thus verify connection info collected by the dialog.

Enumerations

  Enumeration Description
Public enumeration ConnectionDialog.ViewMode Represents the view mode of the ConnectionDlg class.
Public enumeration ConnectionDialog.ViewStates Enumerates the view states of the connection dialog box.
Public enumeration SecurityDescriptorControlFlags Enumerates values for security descriptor control flags for the ConnectionDlg class.
Public enumeration ServiceSidType Represents the type of service security identifier.