共用方式為


StoredProcedureParameter Constructor

Initializes a new instance of the StoredProcedureParameter class.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

多載清單

名稱 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.

請參閱

參考

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

其他資源

Creating, Altering, and Removing Stored Procedures