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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.