共用方式為


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) 中,維度屬性 (Attribute) 可能具有相依於該維度屬性的一組相關屬性。 如果您使用具有相關屬性的維度屬性建構階層的層級,該等相關屬性即稱為成員屬性 (Property)。 這些屬性會針對層級內的成員提供額外資料。

層級屬性與成員屬性不同之處在於,層級屬性包含了與該層級內之成員可用的成員屬性相關聯的名稱和中繼資料,而成員屬性則包含實際資料。

請參閱

參考

Level 類別

Microsoft.AnalysisServices.AdomdServer 命名空間