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