DataSchemaModel.IsElementFromCompositeReference-Methode

Gibt an, ob das Element aus einem anderen Schemamodell stammt, das dem aktuellen Modell hinzugefügt wurde.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Shared Function IsElementFromCompositeReference ( _
    element As IModelElement _
) As Boolean
public static bool IsElementFromCompositeReference(
    IModelElement element
)
public:
static bool IsElementFromCompositeReference(
    IModelElement^ element
)
static member IsElementFromCompositeReference : 
        element:IModelElement -> bool 
public static function IsElementFromCompositeReference(
    element : IModelElement
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

DataSchemaModel Klasse

Microsoft.Data.Schema.SchemaModel-Namespace