Share via


BackupRestoreFileInfo.Items Property

Gets a list of files or file groups (if the read_write_filegroups kind was not specified).

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)
public IList<Literal> Items { get; }
public:
property IList<Literal^>^ Items {
    IList<Literal^>^ get ();
}
member Items : IList<Literal>
function get Items () : IList<Literal>

Property Value

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

.NET Framework Security

See Also

Reference

BackupRestoreFileInfo Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace