Share via


ModelElement.IsExternal Method

Returns a value that indicates whether the current element has been loaded from a source outside the current schema.

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

Syntax

'Declaration
Public Function IsExternal As Boolean
public bool IsExternal()
public:
virtual bool IsExternal() sealed
abstract IsExternal : unit -> bool 
override IsExternal : unit -> bool 
public final function IsExternal() : boolean

Return Value

Type: System.Boolean
true if the source of the element is outside the current schema; otherwise, false.

Implements

IModelElement.IsExternal()

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace