Compartilhar via


Propriedade do RDL XmlaLocationReference.Dimension

Represents the xml location reference of a dimension.

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

Sintaxe

'Declaração
Public ReadOnly Property Dimension As String 
    Get
'Uso
Dim instance As XmlaLocationReference 
Dim value As String 

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

Valor da propriedade

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

Consulte também

Referência

XmlaLocationReference Classe

Namespace Microsoft.AnalysisServices