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
.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.