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