ISql90Assembly.Files Property

Gets the list of files that are associated with this assembly.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace