Compartir a través de


StoredProcedureParameter Constructor

Initializes a new instance of the StoredProcedureParameter 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
StoredProcedureParameter ()
Initializes a new instance of the StoredProcedureParameter class.
StoredProcedureParameter (StoredProcedure, String)
Initializes a new instance of the StoredProcedureParameter class for the specified stored procedure and with the specified name.
StoredProcedureParameter (StoredProcedure, String, DataType)
Initializes a new instance of the StoredProcedureParameter class for the specified stored procedure and with the specified name and data type.

Vea también

Referencia

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

Otros recursos

Creating, Altering, and Removing Stored Procedures