SchemaCompareScriptService.GetContainingElement-Methode

Gibt das Element zurück, welches das Skript für das bereitgestellte Element enthält.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
Ein IModelElement.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareScriptService Klasse

Microsoft.Data.Schema.Tools.Compare.Schema-Namespace

IModelElement