Enum ConnectionMode
Specifies the connection type to be used.
Namespace: Syncfusion.Windows.Shared.Olap
Assembly: Syncfusion.OlapShared.WPF.dll
Syntax
public enum ConnectionMode
Fields
| Name | Description |
|---|---|
| CustomServer | Connect using a server using connection string. |
| None | Default value. |
| OfflineCube | Connect to an Offline cube. |
| RawString | Connect using the given raw connection string. |