Compartir a través de


StoredProcedure Constructor

Initializes a new instance of the StoredProcedure class.

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 ()
Initializes a new instance of the StoredProcedure class.
StoredProcedure (Database, String)
Initializes a new instance of the StoredProcedure class on the specified database and with the specified name.
StoredProcedure (Database, String, String)
Initializes a new instance of the StoredProcedure class on the specified database and with the specified name and schema.

Vea también

Referencia

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

Otros recursos

Creating, Altering, and Removing Stored Procedures
CREATE PROCEDURE (Transact-SQL)