Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of files/filegroups/pages to restore.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Files As IList(Of BackupRestoreFileInfo)
Get
'Usage
Dim instance As RestoreStatement
Dim value As IList(Of BackupRestoreFileInfo)
value = instance.Files
public IList<BackupRestoreFileInfo> Files { get; }
public:
property IList<BackupRestoreFileInfo^>^ Files {
IList<BackupRestoreFileInfo^>^ get ();
}
member Files : IList<BackupRestoreFileInfo>
function get Files () : IList<BackupRestoreFileInfo>
Property Value
Type: System.Collections.Generic.IList<BackupRestoreFileInfo>
A list of files/filegroups/pages to restore.