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>
參數
- element
型別:Microsoft.Data.Schema.SchemaModel.IModelElement
您想要擷取原始檔的 IModelElement。
傳回值
型別:System.Collections.Generic.ICollection<ISourceInformation>
您必須在資料庫結構描述提供者實作中覆寫這個方法。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。