Cube Property (CubeService)
In This Topic
Gets or sets the OLAP cube in the SSAS server.
Syntax
'Declaration
Public Property Cube As System.String
'Usage
Dim instance As CubeService
Dim value As System.String
instance.Cube = value
value = instance.Cube
public System.string Cube {get; set;}
public read-write property Cube: System.String;
public function get,set Cube : System.String
public: __property System.string* get_Cube();
public: __property void set_Cube(
System.string* value
);
public:
property System.String^ Cube {
System.String^ get();
void set ( System.String^ value);
}
See Also