Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
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. |