ModelComparisonResult.ChangeDefinition.IsComposedChildrenChanged Property

Returns whether any composed children are changed.

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

Syntax

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

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace