RootIfValue Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates how the root member or members of a parent attribute are identified.
[System.Runtime.InteropServices.Guid("2476FBA6-E149-48d9-95B5-A3AABA476D68")]
public enum RootIfValue
[<System.Runtime.InteropServices.Guid("2476FBA6-E149-48d9-95B5-A3AABA476D68")>]
type RootIfValue =
Public Enum RootIfValue
- Inheritance
-
RootIfValue
- Attributes
Fields
Name | Value | Description |
---|---|---|
ParentIsBlankSelfOrMissing | 0 | Only members that meet one or more of the conditions described for ParentIsBlank, ParentIsSelf, or ParentIsMissing are treated as root members. |
ParentIsBlank | 1 | Only members with a null, a zero, or an empty string in the key columns represented by KeyColumns are treated as root members. |
ParentIsSelf | 2 | Only members with themselves as parents are treated as root members. |
ParentIsMissing | 3 | Only members with parents that cannot be found are treated as root members. |