Freigeben über


BackupDatabaseStatement.Files-Eigenschaft

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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<BackupRestoreFileInfo>
The files or file groups to back up.

Siehe auch

Verweis

BackupDatabaseStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace