共用方式為


SchemaCompareScriptService.GetContainingElement 方法

傳回項目,這個項目包含所提供項目的指令碼。

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

語法

'宣告
Public Overridable Function GetContainingElement ( _
    modelElement As IModelElement _
) As IModelElement
public virtual IModelElement GetContainingElement(
    IModelElement modelElement
)
public:
virtual IModelElement^ GetContainingElement(
    IModelElement^ modelElement
)
abstract GetContainingElement : 
        modelElement:IModelElement -> IModelElement 
override GetContainingElement : 
        modelElement:IModelElement -> IModelElement 
public function GetContainingElement(
    modelElement : IModelElement
) : IModelElement

參數

傳回值

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

.NET Framework 安全性

請參閱

參考

SchemaCompareScriptService 類別

Microsoft.Data.Schema.Tools.Compare.Schema 命名空間

IModelElement