Proprietà Level.ParentDimension
Gets the Dimension object that is the parent of the Level object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentDimension As Dimension
Get
'Utilizzo
Dim instance As Level
Dim value As Dimension
value = instance.ParentDimension
[BrowsableAttribute(false)]
public Dimension ParentDimension { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ ParentDimension {
Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member ParentDimension : Dimension
function get ParentDimension () : Dimension
Valore proprietà
Tipo: Microsoft.AnalysisServices.Dimension
A Dimension object that is the parent of the Level object.