Proprietà Dimension
Gets the Dimension object corresponding to the AggregationDimension object.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimension As Dimension
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices. . :: . .Dimension
A Dimension object.
Vedere anche