Metodo Find
Gets the ReportParameter that has the specified name from the collection.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
name As String _
) As ReportParameter
'Utilizzo
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
Parametri
- name
Tipo: System. . :: . .String
The name of the ReportParameter to return.
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .ReportParameter
The ReportParameter if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).
Vedere anche