Метод RestorePlan.Script
Verifies the Restore plan and scripts the operation.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Function Script As StringCollection
'Применение
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
Возвращаемое значение
Тип: System.Collections.Specialized.StringCollection
The string collection of the T-SQL script for the operation.