StoredProcedureParameter Constructor (StoredProcedure, String)
SQL Server 2012
Initializes a new instance of the StoredProcedureParameter class for the specified stored procedure and with the specified name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- storedProcedure
- Type: Microsoft.SqlServer.Management.Smo.StoredProcedure
A StoredProcedure object value that specifies the stored procedure on which the parameter is defined.
- name
- Type: System.String
A String value that specifies the name of the stored procedure parameter.
