次の方法で共有


MemberTypeEnum 列挙体

Member のメンバの種類を表します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public Enumeration MemberTypeEnum
'使用
Dim instance As MemberTypeEnum
public enum MemberTypeEnum
public enum class MemberTypeEnum
type MemberTypeEnum
public enum MemberTypeEnum

メンバー

メンバー名 説明
Unknown メンバの種類は不明です。
Regular メンバは通常のメンバです。
All メンバは、All メンバです。
Measure メンバはメジャーです。
Formula メンバは、計算されるメンバまたは計算されるメジャーです。

説明

Formula は、Measure よりも優先されます。したがって、メジャー ディメンション上に計算されるメンバがある場合は、計算されるメンバを表す MemberType プロパティには、Measure ではなく Formula が設定されます。