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 the files or file groups to back up.
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 BackupDatabaseStatement
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>
The files or file groups to back up.