共用方式為


IScriptSourcedModelElement.SecondarySources 屬性

取得項目的次要來源清單。

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

語法

'宣告
ReadOnly Property SecondarySources As ICollection(Of ISourceInformation)
    Get
ICollection<ISourceInformation> SecondarySources { get; }
property ICollection<ISourceInformation^>^ SecondarySources {
    ICollection<ISourceInformation^>^ get ();
}
abstract SecondarySources : ICollection<ISourceInformation>
function get SecondarySources () : ICollection<ISourceInformation>

屬性值

型別:System.Collections.Generic.ICollection<ISourceInformation>
項目的次要來源資訊清單。

.NET Framework 安全性

請參閱

參考

IScriptSourcedModelElement 介面

Microsoft.Data.Schema.SchemaModel 命名空間

ISourceInformation