Bagikan melalui


UnknownMemberBehavior Enumeration

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.

See Also

Reference

Microsoft.AnalysisServices Namespace