Class ConnectToServer
Interaction logic for ConnectToServer.xaml
Implements
System.Windows.Markup.IComponentConnector
  Inherited Members
Namespace: Syncfusion.Windows.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public class ConnectToServer : ChromelessWindow, IComponentConnectorConstructors
ConnectToServer()
Initializes a new instance of the ConnectToServer class.
Declaration
public ConnectToServer()ConnectToServer(Dictionary<String, Object>)
Initializes a new instance of the ConnectToServer class.
Declaration
public ConnectToServer(Dictionary<string, object> dictionary)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> | dictionary | The dictionary. | 
Properties
ConnectionString
Gets or sets the connection string.
Declaration
public string ConnectionString { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The connection string. | 
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()Implements
      System.Windows.Markup.IComponentConnector