共用方式為


ModelComparisonChangeDefinition.IsHierarchicalChildrenChanged 屬性

取得值,這個值表示目標項目中是否已加入、刪除、變更或移動任何階層式子項目。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

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

屬性值

型別:System.Boolean
如果已修改目標項目中的任何階層式子項目,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

ModelComparisonChangeDefinition 類別

Microsoft.Data.Schema.SchemaModel 命名空間