Método Add
Adds an object to the end of the parameter collection.
Namespace: Microsoft.ReportingServices.DataProcessing
Assemblies: Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
Function Add ( _
parameter As IDataParameter _
) As Integer
'Uso
Dim instance As IDataParameterCollection
Dim parameter As IDataParameter
Dim returnValue As Integer
returnValue = instance.Add(parameter)
int Add(
IDataParameter parameter
)
int Add(
IDataParameter^ parameter
)
abstract Add :
parameter:IDataParameter -> int
function Add(
parameter : IDataParameter
) : int
Parâmetros
- parameter
Tipo: Microsoft.ReportingServices.DataProcessing. . :: . .IDataParameter
The IDataParameter to add to the collection.
Valor de retorno
Tipo: System. . :: . .Int32
The position into which the new element was inserted.
Consulte também