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
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The IModelElement to be checked.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.