Level.LevelProperties 属性
获取一个 LevelPropertyCollection,它包含 Level 的成员属性的集合。
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Property LevelProperties As LevelPropertyCollection
Get
用法
Dim instance As Level
Dim value As LevelPropertyCollection
value = instance.LevelProperties
public LevelPropertyCollection LevelProperties { get; }
public:
property LevelPropertyCollection^ LevelProperties {
LevelPropertyCollection^ get ();
}
member LevelProperties : LevelPropertyCollection
function get LevelProperties () : LevelPropertyCollection
属性值
类型:Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection
一个 LevelPropertyCollection,它包含 Level 的级别属性的集合。
注释
在 Microsoft SQL Server 2005 Analysis Services (SSAS) 中,维度属性可以具有一组依赖维度属性的相关属性。 如果使用具有相关属性的维度属性在层次结构中构造级别,则相关属性被称为成员属性。 这些属性为级别内的成员提供其他数据。
级别属性与成员属性不同:级别属性包含与该级别内成员的可用成员属性关联的名称和元数据,而成员属性则包含实际数据。