DataSchemaModel.IsElementFromCompositeReference Method

Indicates whether the element is from another schema model that was added to the current model.

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

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DataSchemaModel Class

Microsoft.Data.Schema.SchemaModel Namespace