DataSchemaModel.IsElementFromExternalReference Method (IModelElement, String)
Indicates whether the specified element is from an external reference.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function IsElementFromExternalReference ( _
element As IModelElement, _
fileName As String _
) As Boolean
public static bool IsElementFromExternalReference(
IModelElement element,
string fileName
)
public:
static bool IsElementFromExternalReference(
IModelElement^ element,
String^ fileName
)
static member IsElementFromExternalReference :
element:IModelElement *
fileName:string -> bool
public static function IsElementFromExternalReference(
element : IModelElement,
fileName : String
) : boolean
Parameters
- element
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
The IModelElement to be checked.
- fileName
Type: System.String
Return Value
Type: System.Boolean
.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.