Condividi tramite


Proprietà ModelComparisonChangeDefinition.IsComposingChildrenDefinitionChanged

Ottiene un valore che indica se qualsiasi definizione figlio composta nell'elemento di destinazione è stata modificata.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsComposingChildrenDefinitionChanged As Boolean
    Get
public bool IsComposingChildrenDefinitionChanged { get; }
public:
property bool IsComposingChildrenDefinitionChanged {
    bool get ();
}
member IsComposingChildrenDefinitionChanged : bool
function get IsComposingChildrenDefinitionChanged () : boolean

Valore proprietà

Tipo: System.Boolean
true se qualsiasi definizione figlio composta nell'elemento di destinazione è stata modificata; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelComparisonChangeDefinition Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel