Partager via


Méthode Add (ReportParameter)

Adds a ReportParameter to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As ReportParameter _
) As Integer
'Utilisation
Dim instance As ReportParameterCollection
Dim item As ReportParameter
Dim returnValue As Integer

returnValue = instance.Add(item)
public int Add(
    ReportParameter item
)
public:
int Add(
    ReportParameter^ item
)
member Add : 
        item:ReportParameter -> int 
public function Add(
    item : ReportParameter
) : int

Valeur de retour

Type : System. . :: . .Int32
The zero-based index at which the ReportParameter has been added.