DataSchemaModel.IsElementFromExternalReference Method (IModelElement)
Indicates whether the specified element is from an external reference.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function IsElementFromExternalReference ( _
element As IModelElement _
) As Boolean
public static bool IsElementFromExternalReference(
IModelElement element
)
public:
static bool IsElementFromExternalReference(
IModelElement^ element
)
static member IsElementFromExternalReference :
element:IModelElement -> bool
public static function IsElementFromExternalReference(
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.