Level.LevelProperties プロパティ
Level のメンバー プロパティのコレクションを含む LevelPropertyCollection を取得します。
名前空間: 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
Level のレベル プロパティのコレクションを含む LevelPropertyCollection です。
説明
Microsoft SQL Server 2005 Analysis Services (SSAS) では、ディメンション属性は、そのディメンション属性に依存する関連属性のセットを持つことができます。 関連属性を持つディメンション属性を使用して階層内に 1 つのレベルを作成する場合、関連属性はメンバー プロパティと呼ばれます。 これらのプロパティは、レベル内のメンバーに追加のデータを提供します。
レベル プロパティは、そのレベル内のメンバーで使用可能なメンバー プロパティに関連付けられた名前とメタデータが含まれている点で、メンバー プロパティとは異なります。メンバー プロパティには実際のデータが含まれます。