Condividi tramite


Proprietà ParentLevel

Gets a Level that contains the LevelProperty.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ParentLevel As Level
    Get
'Utilizzo
Dim instance As LevelProperty
Dim value As Level

value = instance.ParentLevel
public Level ParentLevel { get; }
public:
property Level^ ParentLevel {
    Level^ get ();
}
member ParentLevel : Level
function get ParentLevel () : Level

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .Level
A Level that contains the LevelProperty.

Osservazioni

The ParentLevel property returns a level that contains the property the LevelProperty represents.