Level.LevelProperties 속성

Gets a LevelPropertyCollection that contains a collection of member properties for the 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
A LevelPropertyCollection that contains a collection of level properties for the Level.

주의

In Microsoft SQL Server 2005 Analysis Services(SSAS), a dimension attribute can have a set of related attributes that depend on the dimension attribute. If you use a dimension attribute with related attributes to construct a level in a hierarchy, the related attributes are called member properties. These properties provide additional data to members within the level.

Level properties differ from member properties in that level properties contain the names and metadata associated with the member properties available on the members within that level, while member properties contain the actual data.

참고 항목

참조

Level 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스