Backup-Konstruktor
Initializes a new instance of the Backup class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New Backup()
public Backup()
public:
Backup()
new : unit -> Backup
public function Backup()
Hinweise
The default constructor initializes any fields to their default values.
Siehe auch