Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the Dimension object corresponding to the AggregationDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimension As Dimension
Get
'Usage
Dim instance As AggregationDimension
Dim value As Dimension
value = instance.Dimension
[BrowsableAttribute(false)]
public Dimension Dimension { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ Dimension {
Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member Dimension : Dimension
function get Dimension () : Dimension
Property Value
Type: Microsoft.AnalysisServices.Dimension
A Dimension object.