Partager via


ModelComparisonChangeDefinition.IsPropertiesChanged, propriété

Obtient une valeur qui indique si des valeurs de propriété dans l'élément cible ont été modifiées.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsPropertiesChanged As Boolean
    Get
public bool IsPropertiesChanged { get; }
public:
property bool IsPropertiesChanged {
    bool get ();
}
member IsPropertiesChanged : bool
function get IsPropertiesChanged () : boolean

Valeur de propriété

Type : System.Boolean
true si des valeurs de propriété dans l'élément cible ont été modifiées ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ModelComparisonChangeDefinition Classe

Microsoft.Data.Schema.SchemaModel, espace de noms