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
- 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.