Sdílet prostřednictvím


ISql90Assembly.Files – vlastnost

Získá seznam souborů, které jsou spojeny s tímto sestavením.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90Assembly Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů