BackupRestoreFileInfo.Items-Eigenschaft

Ruft eine Liste mit Dateien oder Dateigruppen ab (wenn der read_write_filegroups-Typ nicht angegeben wurde).

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

BackupRestoreFileInfo Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace