Partager via


Méthode RestorePlan.Script

Verifies the Restore plan and scripts the operation.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Function Script As StringCollection
'Utilisation
Dim instance As RestorePlan 
Dim returnValue As StringCollection 

returnValue = instance.Script()
public StringCollection Script()
public:
StringCollection^ Script()
member Script : unit -> StringCollection
public function Script() : StringCollection

Valeur de retour

Type : System.Collections.Specialized.StringCollection
The string collection of the T-SQL script for the operation.

Voir aussi

Référence

RestorePlan Classe

Espace de noms Microsoft.SqlServer.Management.Smo