共用方式為


ModelComparisonChangeDefinition.TargetElement 屬性

取得目標 IModelElement 物件。

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

語法

'宣告
Public ReadOnly Property TargetElement As IModelElement
    Get
public IModelElement TargetElement { get; }
public:
property IModelElement^ TargetElement {
    IModelElement^ get ();
}
member TargetElement : IModelElement
function get TargetElement () : IModelElement

屬性值

型別:Microsoft.Data.Schema.SchemaModel.IModelElement
IModelElement

.NET Framework 安全性

請參閱

參考

ModelComparisonChangeDefinition 類別

Microsoft.Data.Schema.SchemaModel 命名空間

IModelElement