Compartir a través de


Find Método

Gets the specified AdomdParameter object from the AdomdParameterCollection collection by its name.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public Function Find ( _
    parameterName As String _
) As AdomdParameter
'Uso
Dim instance As AdomdParameterCollection
Dim parameterName As String
Dim returnValue As AdomdParameter

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

Parámetros

Notas

If the object is not found, the Find method returns null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). , whereas the Item property throws an exception.