Compartir a través de


BackupRestoreFileInfo.Items (Propiedad)

Obtiene un lista de archivos o grupos de archivos (si no se ha especificado el tipo read_write_filegroups).

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

BackupRestoreFileInfo Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)