Share via


BackupDatabaseStatement.Files Property

Gets a list of the files or file groups to back up.

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

Syntax

'Declaration
Public ReadOnly Property Files As IList(Of BackupRestoreFileInfo)
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>

.NET Framework Security

See Also

Reference

BackupDatabaseStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace