IModelElement.IsExternal Method
Specifies whether the object is external.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function IsExternal As Boolean
'Usage
Dim instance As IModelElement
Dim returnValue As Boolean
returnValue = instance.IsExternal()
bool IsExternal()
bool IsExternal()
function IsExternal() : boolean
Return Value
Type: System.Boolean
Returns True if the object is external; otherwise, False.
.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.