Dela via


ISql90Assembly.Files Property

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

Syntax

'Declaration
ReadOnly Property Files As IList(Of ISql90AssemblyFile)
'Usage
Dim instance As ISql90Assembly 
Dim value As IList(Of ISql90AssemblyFile)

value = instance.Files
IList<ISql90AssemblyFile> Files { get; }
property IList<ISql90AssemblyFile^>^ Files {
    IList<ISql90AssemblyFile^>^ get ();
}
function get Files () : IList<ISql90AssemblyFile>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90Assembly Interface

ISql90Assembly Members

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