ModelStore.Element.IsExternal Method

Returns whether the object is external.

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

Syntax

'Declaration
Public Function IsExternal As Boolean
'Usage
Dim instance As ModelStore..::..Element
Dim returnValue As Boolean

returnValue = instance.IsExternal()
public bool IsExternal()
public:
virtual bool IsExternal() sealed
public final function IsExternal() : boolean
abstract IsExternal : unit -> bool 
override IsExternal : unit -> bool 

Return Value

Type: System.Boolean

Implements

IModelElement.IsExternal()

.NET Framework Security

See Also

Reference

ModelStore.Element Class

ModelStore.Element Members

Microsoft.Data.Schema.SchemaModel Namespace