Share via


ModelComparisonResult.ChangeDefinition.IsDefinitionChanged Property

Returns whether the element definition is changed.

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

Syntax

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

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

Property Value

Type: System.Boolean
Returns True if the element definition is changed; otherwise, False.

Remarks

The element definition is changed when the name is not the same, a property is changed, a relationship is changed, composing children to add or to drop, or composing children's definition is changed.

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace