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