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


StoredProcedure.Script Method

Generates a Transact-SQL script that can be used to re-create the stored procedure.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Список перегрузок

Имя Description
StoredProcedure.Script ()
Generates a Transact-SQL script that can be used to re-create the stored procedure.
StoredProcedure.Script (ScriptingOptions)
Generates a Transact-SQL script that can be used to re-create the stored procedure as specified by the script options.

См. также

Справочник

StoredProcedure Class
StoredProcedure Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Scripting
CREATE PROCEDURE (Transact-SQL)
Using Linked Servers in SMO