Dela via


BackupRestoreFileInfo.Items Property

Gets a list of files or file groups (if 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)
'Usage
Dim instance As BackupRestoreFileInfo 
Dim value As IList(Of Literal)

value = instance.Items
public IList<Literal> Items { get; }
public:
property IList<Literal^>^ Items {
    IList<Literal^>^ get ();
}
public function get Items () : IList<Literal>

Property Value

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

.NET Framework Security

See Also

Reference

BackupRestoreFileInfo Class

BackupRestoreFileInfo Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace