Class GetCubeSchemaEventArgs
Provides data for the GetCubeSchema event.
Inheritance
System.Object
GetCubeSchemaEventArgs
Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class GetCubeSchemaEventArgs : EventArgs
Constructors
GetCubeSchemaEventArgs()
Declaration
public GetCubeSchemaEventArgs()
Properties
CubeName
Gets or sets the name of the cube.
Declaration
public string CubeName { get; set; }
Property Value
Type |
---|
System.String |