Share via


ModelComparisonResult.ChangeDefinition.IsHierarchicalChildrenChanged Property

Returns whether any hierarchical children are changed.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property IsHierarchicalChildrenChanged As Boolean
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As Boolean

value = instance.IsHierarchicalChildrenChanged
public bool IsHierarchicalChildrenChanged { get; }
public:
property bool IsHierarchicalChildrenChanged {
    bool get ();
}
function get IsHierarchicalChildrenChanged () : boolean
member IsHierarchicalChildrenChanged : bool

Property Value

Type: System.Boolean

Remarks

Changes to hierarchical children include being added or dropped and changing the ordinal.

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace