Metodo AlertSystem.Script
Generates a Transact-SQL script that can be used to re-create the set of information represented by the AlertSystem object.
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 AlertSystem
Dim returnValue As StringCollection
returnValue = instance.Script()
public StringCollection Script()
public:
virtual StringCollection^ Script() sealed
abstract Script : unit -> StringCollection
override Script : unit -> StringCollection
public final 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.
Implementa
Osservazioni
Lo script generato potrebbe contenere procedure interne non documentate, necessarie per generare l'output completo dello script.
Esempi
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Altre risorse
Pianificazione delle attività amministrative automatiche in SQL Server Agent
Automatizzazione delle attività amministrative (SQL Server Agent)