Construtor Restore
Initializes a new instance of the Restore class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New Restore()
public Restore()
public:
Restore()
new : unit -> Restore
public function Restore()
Comentários
The default constructor initializes any fields to their default values.
Exemplos
The following code example demonstrates how to define a new instance of the Restore class.
VB
Dim rs As Restore
rs = New Restore
PowerShell
$rs = new-object Microsoft.SqlServer.Management.Smo.Restore
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo