Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value that indicates whether the object was loaded from an external source and is not a part of the schema model.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function IsExternal As Boolean
bool IsExternal()
bool IsExternal()
abstract IsExternal : unit -> bool
function IsExternal() : boolean
Return Value
Type: System.Boolean
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.