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