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
參數
- modelElement
型別:Microsoft.Data.Schema.SchemaModel.IModelElement
IModelElement 物件。
傳回值
型別:Microsoft.Data.Schema.SchemaModel.IModelElement
IModelElement 。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。