ModelComparisonChangeDefinition.IsComposingChildrenChanged, propriété
Obtient une valeur qui indique si des éléments de composition enfants dans l'élément cible ont été modifiés.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsComposingChildrenChanged As Boolean
Get
public bool IsComposingChildrenChanged { get; }
public:
property bool IsComposingChildrenChanged {
bool get ();
}
member IsComposingChildrenChanged : bool
function get IsComposingChildrenChanged () : boolean
Valeur de propriété
Type : System.Boolean
true si des éléments de composition enfants dans l'élément cible ont été modifiés ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.