Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the behaviors of the unknown member.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration UnknownMemberBehavior
'Usage
Dim instance As UnknownMemberBehavior
public enum UnknownMemberBehavior
public enum class UnknownMemberBehavior
type UnknownMemberBehavior
public enum UnknownMemberBehavior
Members
Member name | Description | |
---|---|---|
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. |