Compartir a través de


RootIfValues

Nota

  Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.

Enumerates values for the RootMemberIf property.

Constant

Description

rootifParentIsBlank

Only members with a null, a zero, or an empty string in their ParentKeyColumn are treated as root members.

rootifParentIsBlankOrSelfOrMissing

Members are treated as root members if they meet one or more of the conditions specified by rootifParentIsBlank, rootifParentIsSelf, or rootifParentIsMissing.

rootifParentIsMissing

Only members with parents that cannot be found are treated as root members.

rootifParentIsSelf

Only members with themselves as parents are treated as root members.