共用方式為


DataSchemaModel.GetElementSources 方法

取得特定項目的項目原始檔。

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

語法

'宣告
Protected MustOverride Function GetElementSources ( _
    element As IModelElement _
) As ICollection(Of ISourceInformation)
protected abstract ICollection<ISourceInformation> GetElementSources(
    IModelElement element
)
protected:
virtual ICollection<ISourceInformation^>^ GetElementSources(
    IModelElement^ element
) abstract
abstract GetElementSources : 
        element:IModelElement -> ICollection<ISourceInformation> 
protected abstract function GetElementSources(
    element : IModelElement
) : ICollection<ISourceInformation>

參數

傳回值

型別:System.Collections.Generic.ICollection<ISourceInformation>
您必須在資料庫結構描述提供者實作中覆寫這個方法。

.NET Framework 安全性

請參閱

參考

DataSchemaModel 類別

Microsoft.Data.Schema.SchemaModel 命名空間