Sdílet prostřednictvím


BackupRestoreFileInfo.Items – vlastnost

Získá seznam souborů nebo skupiny souborů (pokud nebyl zadán typ read_write_filegroups).

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

Syntaxe

'Deklarace
Public ReadOnly Property Items As IList(Of Literal)
    Get
public IList<Literal> Items { get; }
public:
property IList<Literal^>^ Items {
    IList<Literal^>^ get ();
}
member Items : IList<Literal>
function get Items () : IList<Literal>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

BackupRestoreFileInfo Třída

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