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.
Consulte também