ParentLevel 属性
Gets a Level that contains the LevelProperty.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public ReadOnly Property ParentLevel As Level
Get
用法
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
属性值
类型:Microsoft.AnalysisServices.AdomdClient. . :: . .Level
A Level that contains the LevelProperty.
注释
The ParentLevel property returns a level that contains the property the LevelProperty represents.