ISql90Assembly.AssemblySources Property

Gets a list of assembly sources.

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

Syntax

'Declaration
ReadOnly Property AssemblySources As IList(Of ISql90AssemblySource)
    Get
'Usage
Dim instance As ISql90Assembly
Dim value As IList(Of ISql90AssemblySource)

value = instance.AssemblySources
IList<ISql90AssemblySource> AssemblySources { get; }
property IList<ISql90AssemblySource^>^ AssemblySources {
    IList<ISql90AssemblySource^>^ get ();
}
function get AssemblySources () : IList<ISql90AssemblySource>
abstract AssemblySources : IList<ISql90AssemblySource>

Property Value

Type: System.Collections.Generic.IList<ISql90AssemblySource>
Returns a list of ISql90AssemblySource instances.

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

ISql90Assembly Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace