Class LocalCubeHelper
Helps to identify the SQL Server Analysis service installed in the machine and returns the available version
Inheritance
System.Object
LocalCubeHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public class LocalCubeHelper
Constructors
LocalCubeHelper()
Declaration
public LocalCubeHelper()
Methods
GetAssemblyVersion()
Gets the SQL Server Version for loading the offline cube
Declaration
public static LocalCubeServerVersion GetAssemblyVersion()
Returns
Type | Description |
---|---|
LocalCubeServerVersion | Returns the SQL Server Version Installed in the Machine |