UnknownMemberBehavior 열거형
Specifies the behaviors of the unknown member.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Enumeration UnknownMemberBehavior
‘사용 방법
Dim instance As UnknownMemberBehavior
public enum UnknownMemberBehavior
public enum class UnknownMemberBehavior
type UnknownMemberBehavior
public enum UnknownMemberBehavior
멤버
멤버 이름 | 설명 | |
---|---|---|
AutomaticNull | The unknown member has an automatic null value. | |
Hidden | The unknown member exists but is not displayed. | |
None | The unknown member does not exist. | |
Visible | The unknown member exists and is displayed. |