HideIfValues
[!附註]
下一版的 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. |