Partager via


Méthode ReportParameterCollection.Find

Gets the ReportParameter that has the specified name from the collection.

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

Syntaxe

'Déclaration
Public Function Find ( _
    name As String _
) As ReportParameter
'Utilisation
Dim instance As ReportParameterCollection 
Dim name As String 
Dim returnValue As ReportParameter 

returnValue = instance.Find(name)
public ReportParameter Find(
    string name
)
public:
ReportParameter^ Find(
    String^ name
)
member Find : 
        name:string -> ReportParameter
public function Find(
    name : String
) : ReportParameter

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.ReportParameter
The ReportParameter if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

Voir aussi

Référence

ReportParameterCollection Classe

Espace de noms Microsoft.AnalysisServices