Méthode LevelCollection.Find
Obtient le Level spécifié de la collection par son nom.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function Find ( _
name As String _
) As Level
'Utilisation
Dim instance As LevelCollection
Dim name As String
Dim returnValue As Level
returnValue = instance.Find(name)
public Level Find(
string name
)
public:
Level^ Find(
String^ name
)
member Find :
name:string -> Level
public function Find(
name : String
) : Level
Paramètres
- name
Type : String
Nom du Level à rechercher.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.Level
Level avec le nom spécifié s'il est trouvé ; sinon, nullune référence Null (Nothing dans Visual Basic).
Notes
Si l'objet est introuvable, la méthode Find retourne nullune référence Null (Nothing dans Visual Basic), alors que la propriété Item lève une exception.