Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.