Freigeben über


StoredProcedure Constructor

Initializes a new instance of the StoredProcedure class.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Überladungsliste

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

Siehe auch

Verweis

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

Andere Ressourcen

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