BackupDatabaseStatement Class

Represents the BACKUP DATABASE statement.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class BackupDatabaseStatement _
    Inherits BackupStatement
'Usage
Dim instance As BackupDatabaseStatement
[SerializableAttribute]
public class BackupDatabaseStatement : BackupStatement
[SerializableAttribute]
public ref class BackupDatabaseStatement : public BackupStatement
public class BackupDatabaseStatement extends BackupStatement

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
      Microsoft.Data.Schema.ScriptDom.Sql.BackupStatement
        Microsoft.Data.Schema.ScriptDom.Sql.BackupDatabaseStatement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BackupDatabaseStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace