DTSParamValueCollection.Add(DTSParamValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a DTSParamValue to the end of a collection.
public:
int Add(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamValue ^ paramValue);
public int Add (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue paramValue);
member this.Add : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue -> int
Public Function Add (paramValue As DTSParamValue) As Integer
Parameters
- paramValue
- DTSParamValue
Adds a DTSParamValue to to the end of a collection.
Returns
Index at which the value is added