ModelComparisonChangeDefinition.IsDefinitionChanged Property
Gets a value that indicates whether the change definition has changed.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property IsDefinitionChanged As Boolean
public bool IsDefinitionChanged { get; }
public:
property bool IsDefinitionChanged {
bool get ();
}
member IsDefinitionChanged : bool
function get IsDefinitionChanged () : boolean
Property Value
Type: System.Boolean
true if the change definition has changed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.