StoredProcedureParameterCollection.Add Method (StoredProcedureParameter, String)
SQL Server 2012
Adds a StoredProcedureParameter object to the StoredProcedureParameterCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Add( StoredProcedureParameter storedProcedureParameter, string insertAtColumnName )
Parameters
- storedProcedureParameter
- Type: Microsoft.SqlServer.Management.Smo.StoredProcedureParameter
A StoredProcedureParameter object value that is to be added into the StoredProcedureParameterCollection object.
- insertAtColumnName
- Type: System.String
A String value that specifies the name of the existing StoredProcedureParameter object in the collection after which to insert the StoredProcedureParameterCollection object.
