UnknownMemberBehavior Enum

Definition

Specifies the behaviors of the unknown member.

C#
public enum UnknownMemberBehavior
Inheritance
UnknownMemberBehavior

Fields

Name Value Description
Visible 0

The unknown member exists and is displayed.

Hidden 1

The unknown member exists but is not displayed.

None 2

The unknown member does not exist.

AutomaticNull 3

The unknown member has an automatic null value.

Applies to

Product Versions
Analysis Services SDK for .NET latest