Condividi tramite


StoredProcedure Constructor

Initializes a new instance of the StoredProcedure class.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Elenco degli overload

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

Vedere anche

Riferimento

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

Altre risorse

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