Méthode Script
Returns a Transact-SQL statement that can be used to execute the referenced backup.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Function Script ( _
targetServer As Server _
) As String
'Utilisation
Dim instance As Backup
Dim targetServer As Server
Dim returnValue As String
returnValue = instance.Script(targetServer)
public string Script(
Server targetServer
)
public:
String^ Script(
Server^ targetServer
)
member Script :
targetServer:Server -> string
public function Script(
targetServer : Server
) : String
Paramètres
- targetServer
Type : Microsoft.SqlServer.Management.Smo. . :: . .Server
The Server object that represents the Microsoft SQL Server instance that is the source of the backup operation.
Valeur de retour
Type : System. . :: . .String
A Transact-SQL statement that can be used to execute the referenced backup.