Partilhar via


Método RestorePlan.Script

Verifies the Restore plan and scripts the operation.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

RestorePlan Classe

Namespace Microsoft.SqlServer.Management.Smo