DataSchemaModel.IsElementFromExternalReference – metoda (IModelElement, String)
Označuje, zda je zadaný prvek z externího odkazu.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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
Parametry
- element
Typ: Microsoft.Data.Schema.SchemaModel.IModelElement
IModelElement kontrolu.
- fileName
Typ: System.String
Vrácená hodnota
Typ: System.Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.