Поделиться через


Метод OperatorCollection.Script

Generates a Transact-SQL script that can be used to re-create the collection of operators.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Agent
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function Script As StringCollection
'Применение
Dim instance As OperatorCollection 
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
A StringCollection system object value that contains a list of Transact-SQL statements in the script.

Замечания

В созданном скрипте могут содержаться недокументированные внутренние процедуры, которые необходимы для его полного вывода.

Примеры

Использование коллекций

См. также

Справочник

OperatorCollection Класс

Перегрузка Script

Пространство имен Microsoft.SqlServer.Management.Smo.Agent