ParentLevel Propiedad
Gets a Level that contains the LevelProperty.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.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.AdomdServer. . :: . .Level
A Level that contains the LevelProperty.
Comentarios
The ParentLevel property returns a level that contains the property the LevelProperty represents.
Vea también