HideIfValues

ms134786.note(zh-cn,SQL.90).gif注意:
  下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

Enumerates values for the HideMemberIf property.

Constant Description

hideIfBlankName

A level member is hidden when its name is empty.

hideIfOnlyChildAndBlankName

A level member is hidden when it is the only child of its parent and its name is null or an empty string.

hideIfOnlyChildAndParentsName

A level member is hidden when it is the only child of its parent and its name is the same as its parent's name.

hideIfParentsName

A level member is hidden when its name is identical to that of its parent.

hideNever

Level members are never hidden.