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