Condividi tramite


Costruttore RestorePlan (Database)

Initializes a new instance of the RestorePlan class with specified database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    database As Database _
)
'Utilizzo
Dim database As Database 

Dim instance As New RestorePlan(database)
public RestorePlan(
    Database database
)
public:
RestorePlan(
    Database^ database
)
new : 
        database:Database -> RestorePlan
public function RestorePlan(
    database : Database
)

Parametri

Vedere anche

Riferimento

RestorePlan Classe

Overload RestorePlan

Spazio dei nomi Microsoft.SqlServer.Management.Smo