ISql90Assembly.AssemblySources 属性

获取包含程序集的二进制定义的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property AssemblySources As IList(Of ISql90AssemblySource)
    Get
IList<ISql90AssemblySource> AssemblySources { get; }
property IList<ISql90AssemblySource^>^ AssemblySources {
    IList<ISql90AssemblySource^>^ get ();
}
abstract AssemblySources : IList<ISql90AssemblySource>
function get AssemblySources () : IList<ISql90AssemblySource>

属性值

类型:System.Collections.Generic.IList<ISql90AssemblySource>

.NET Framework 安全性

请参见

参考

ISql90Assembly 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间