Condividi tramite


Metodo Script

Generates a Transact-SQL script that can be used to re-create the target server group.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function Script As StringCollection
'Utilizzo
Dim instance As TargetServerGroup
Dim returnValue As StringCollection

returnValue = instance.Script()
public StringCollection Script()
public:
StringCollection^ Script()
member Script : unit -> StringCollection 
public function Script() : StringCollection

Valore restituito

Tipo: System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that contains a list of Transact-SQL statements in the script.

Osservazioni

Lo script generato potrebbe contenere procedure interne non documentate, necessarie per generare l'output completo dello script.