Find Método
Gets the specified Level from the 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 ( _
index As String _
) As Level
'Uso
Dim instance As LevelCollection
Dim index As String
Dim returnValue As Level
returnValue = instance.Find(index)
public Level Find(
string index
)
public:
Level^ Find(
String^ index
)
member Find :
index:string -> Level
public function Find(
index : String
) : Level
Parámetros
- index
Tipo: System. . :: . .String
The name of the Level to find.
Valor devuelto
Comentarios
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.
Vea también