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.
Gets the elements from an external source.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetElementsFromExternalSource ( _
fileName As String _
) As IList(Of IModelElement)
public IList<IModelElement> GetElementsFromExternalSource(
string fileName
)
public:
IList<IModelElement^>^ GetElementsFromExternalSource(
String^ fileName
)
member GetElementsFromExternalSource :
fileName:string -> IList<IModelElement>
public function GetElementsFromExternalSource(
fileName : String
) : IList<IModelElement>
Parameters
- fileName
Type: System.String
The file from which you want to retrieve elements.
Return Value
Type: System.Collections.Generic.IList<IModelElement>
.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.