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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.