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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。