共用方式為


DataSchemaModel.ScriptSourcedModelElement.SecondarySources 屬性

取得定義這個項目的次要來源清單。

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

語法

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

屬性值

型別:System.Collections.Generic.ICollection<ISourceInformation>
次要來源清單。

實作

IScriptSourcedModelElement.SecondarySources

.NET Framework 安全性

請參閱

參考

DataSchemaModel.ScriptSourcedModelElement 類別

Microsoft.Data.Schema.SchemaModel 命名空間

ISourceInformation