Compartir a través de


RestorePlan.Script Método

Verifies the Restore plan and scripts the operation.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Function Script As StringCollection
'Uso
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

Valor devuelto

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

Vea también

Referencia

RestorePlan Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo