XmlaLocationReference.Cube Property

Represents the xml location reference of a cube structure.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property Cube As String 
    Get
'Usage
Dim instance As XmlaLocationReference 
Dim value As String 

value = instance.Cube
public string Cube { get; }
public:
property String^ Cube {
    String^ get ();
}
member Cube : string
function get Cube () : String

Property Value

Type: System.String
A reference to the xml location of the cube structure.

See Also

Reference

XmlaLocationReference Class

Microsoft.AnalysisServices Namespace