共用方式為


DataSchemaModel.LoadExternals 方法

從外部原始檔中載入模型項目,例如持續性模型。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Function LoadExternals ( _
    input As TextReader, _
    fileName As String, _
    logicalSourceName As String, _
    externalPartsSubstitution As IList(Of String), _
    suppressErrorsForMissingDependencies As Boolean _
) As IList(Of IModelElement)
public IList<IModelElement> LoadExternals(
    TextReader input,
    string fileName,
    string logicalSourceName,
    IList<string> externalPartsSubstitution,
    bool suppressErrorsForMissingDependencies
)
public:
IList<IModelElement^>^ LoadExternals(
    TextReader^ input, 
    String^ fileName, 
    String^ logicalSourceName, 
    IList<String^>^ externalPartsSubstitution, 
    bool suppressErrorsForMissingDependencies
)
member LoadExternals : 
        input:TextReader * 
        fileName:string * 
        logicalSourceName:string * 
        externalPartsSubstitution:IList<string> * 
        suppressErrorsForMissingDependencies:bool -> IList<IModelElement> 
public function LoadExternals(
    input : TextReader, 
    fileName : String, 
    logicalSourceName : String, 
    externalPartsSubstitution : IList<String>, 
    suppressErrorsForMissingDependencies : boolean
) : IList<IModelElement>

參數

  • fileName
    型別:System.String
    從中讀取模型的檔案名稱。
  • logicalSourceName
    型別:System.String
    模型的邏輯原始檔名稱。
  • externalPartsSubstitution
    型別:System.Collections.Generic.IList<String>
    物件範圍名稱會加在 3 部分和 4 部分名稱的物件名稱之前,例如 [Database].[Schema].[Table]。
  • suppressErrorsForMissingDependencies
    型別:System.Boolean
    表示遺漏相依性的錯誤應被忽略還是應造成處理停止。

傳回值

型別:System.Collections.Generic.IList<IModelElement>

.NET Framework 安全性

請參閱

參考

DataSchemaModel 類別

Microsoft.Data.Schema.SchemaModel 命名空間