OlapConnectionProperties Constructors

Definition

Initializes a new instance of the OlapConnectionProperties class.

Overloads

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.

OlapConnectionProperties()

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

public:
 OlapConnectionProperties();
public OlapConnectionProperties ();
Public Sub New ()

Applies to

OlapConnectionProperties(IServerType)

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

public:
 OlapConnectionProperties(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ parentServer);
public OlapConnectionProperties (Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType parentServer);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> Microsoft.SqlServer.Management.UI.ConnectionDlg.OlapConnectionProperties
Public Sub New (parentServer As IServerType)

Parameters

parentServer
IServerType

A method that creates instance of this control.

Applies to