OlapConnectionProperties Class

Definition

Represents the summary description for OlapConnectionProperties.

public ref class OlapConnectionProperties : System::Windows::Forms::UserControl, Microsoft::SqlServer::Management::UI::ConnectionDlg::IPropertyPage
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttoas.connectionproperties.f1")]
public class OlapConnectionProperties : System.Windows.Forms.UserControl, Microsoft.SqlServer.Management.UI.ConnectionDlg.IPropertyPage
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connecttoas.connectionproperties.f1")>]
type OlapConnectionProperties = class
    inherit UserControl
    interface IPropertyPage
Public Class OlapConnectionProperties
Inherits UserControl
Implements IPropertyPage
Inheritance
OlapConnectionProperties
Attributes
Implements

Constructors

OlapConnectionProperties()

Initializes a new instance of the OlapConnectionProperties class with the default property values.

OlapConnectionProperties(IServerType)

Initializes a new instance of the OlapConnectionProperties class with the specified parent server.

Methods

Dispose(Boolean)

Releases the unmanaged resources used by the OlapConnectionProperties and optionally releases the managed resources.

Load(UIConnectionInfo)

Loads values from the supplied UIConnectionInfo object into controls.

RegisterEventHandlers()

Renders exception handlers to the connection properties.

Save(UIConnectionInfo)

Raises an event that saves the settings of the connection properties.

Setup(UIConnectionInfo)

Initiates the setup to check if the connection information should be updated by comparing the cached UIConnectionInfo object to the new one.

ShowDatabaseSelection()

Initializes the database selection to show in the connection property.

UnregisterEventHandlers()

Renders the event handlers to temporarily unregister them while the control is updating.

Verify()

Retrieves a value to verify the value of the connection property in the control.

WndProc(Message)

Processes Windows messages.

Events

ValueChanged

Occurs when the value property is changed.

Applies to