XmlaLocationReference.Cube Property

 

Applies To: SQL Server 2016 Preview

Represents the xml location reference of a cube structure.

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

Syntax

public string Cube { get; }
public:
property String^ Cube {
    String^ get();
}
member Cube : string with get
Public ReadOnly Property Cube As String

Property Value

Type: System.String

A reference to the xml location of the cube structure.

See Also

XmlaLocationReference Class
Microsoft.AnalysisServices Namespace

Return to top