Bagikan melalui


ModelComparisonChangeDefinition.IsHierarchicalChildrenChanged Property

Gets a value that indicates whether any hierarchical child elements in the target element have been added, dropped, changed, or moved.

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

Syntax

'Declaration
Public ReadOnly Property IsHierarchicalChildrenChanged As Boolean
public bool IsHierarchicalChildrenChanged { get; }
public:
property bool IsHierarchicalChildrenChanged {
    bool get ();
}
member IsHierarchicalChildrenChanged : bool
function get IsHierarchicalChildrenChanged () : boolean

Property Value

Type: System.Boolean
true if any hierarchical child elements in the target element have been modified; otherwise, false.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace