Partager via


StoredProcedure Constructor

Initializes a new instance of the StoredProcedure class.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Liste de surcharge

Nom 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.

Voir aussi

Référence

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

Autres ressources

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