Freigeben über


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

Elemente

Elementname Beschreibung
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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace