Condividi tramite


StoredProcedureParameter Constructor

Initializes a new instance of the StoredProcedureParameter class.

Osservazioni

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

Elenco degli overload

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

Vedere anche

Riferimento

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

Altre risorse

Creating, Altering, and Removing Stored Procedures