MemberKeysUnique 열거형
Indicates whether member names under the parent element must be unique.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Enumeration MemberKeysUnique
‘사용 방법
Dim instance As MemberKeysUnique
public enum MemberKeysUnique
public enum class MemberKeysUnique
type MemberKeysUnique
public enum MemberKeysUnique
멤버
멤버 이름 | 설명 | |
---|---|---|
NotUnique | ||
Unique |
주의
You would set [MemberKeysUnique] to False if you have a user-defined hierarchy that contains member names that repeat across levels. For example, if your hierarchy has Country as the first level and City as the second level, but a city has the same name as a country, you would need to either make the city name unique in some way, or set this property to False.