StoredProcedure.Script Method
Generates a Transact-SQL script that can be used to re-create the stored procedure.
Notas
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Lista de sobrecargas
Nombre | 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.
|
Vea también
Referencia
StoredProcedure Class
StoredProcedure Members
Microsoft.SqlServer.Management.Smo Namespace
Otros recursos
Scripting
CREATE PROCEDURE (Transact-SQL)
Using Linked Servers in SMO