ParentLevel Propiedad
Gets a Level that contains the LevelProperty.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property ParentLevel As Level
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .Level
A Level that contains the LevelProperty.
Notas
The ParentLevel property returns a level that contains the property the LevelProperty represents.
Vea también