ConnectorEventArgs Class
Handles the connection event. Persists history using current settings from the UI controls.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectorEventArgs
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Public Class ConnectorEventArgs _
Inherits EventArgs
'Usage
Dim instance As ConnectorEventArgs
public class ConnectorEventArgs : EventArgs
public ref class ConnectorEventArgs : public EventArgs
type ConnectorEventArgs =
class
inherit EventArgs
end
public class ConnectorEventArgs extends EventArgs
The ConnectorEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConnectorEventArgs | Initializes a new instance of the ConnectorEventArgs class with the specified connection parameter. |
Top
Properties
Name | Description | |
---|---|---|
Connection | Gets an IDbConnection object for the connection to a data source. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.