Partilhar via


Propriedade BackupRestoreFileInfo.Items

Obtém uma lista de arquivos ou grupos de arquivos (se o tipo de read_write_filegroups não foi especificado).

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

BackupRestoreFileInfo Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql