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