Sdílet prostřednictvím


ISqlFilegroup.Files – vlastnost

Získá seznam souborů uložených v této skupině souborů.

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 ISqlFile)
    Get
IList<ISqlFile> Files { get; }
property IList<ISqlFile^>^ Files {
    IList<ISqlFile^>^ get ();
}
abstract Files : IList<ISqlFile>
function get Files () : IList<ISqlFile>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlFilegroup Rozhraní

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