Compartilhar via


Propriedade do RDL XmlaLocationReference.Cube

Represents the xml location reference of a cube structure.

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

Sintaxe

'Declaração
Public ReadOnly Property Cube As String 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

XmlaLocationReference Classe

Namespace Microsoft.AnalysisServices