ISql90Assembly.AssemblySources Property

Gets a list that contains the binary definition of the assembly.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Property Value

Type: System.Collections.Generic.IList<ISql90AssemblySource>

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace