This topic has not yet been rated - Rate this topic

NumberedStoredProcedureParameterCollection.Add Method (NumberedStoredProcedureParameter, String)

Adds a NumberedStoredProcedureParameterCollection to the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Add(
	NumberedStoredProcedureParameter numberedStoredProcedureParameter,
	string insertAtColumnName
)

Parameters

numberedStoredProcedureParameter
Type: Microsoft.SqlServer.Management.Smo.NumberedStoredProcedureParameter
NumberedStoredProcedureParameter object.
insertAtColumnName
Type: System.String
Stringidentifyingthe column name where the new Numbered Stored Procedure is to be placed.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.