Méthode LevelPropertyCollection.Find
Obtient le LevelProperty 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 LevelProperty
'Utilisation
Dim instance As LevelPropertyCollection
Dim name As String
Dim returnValue As LevelProperty
returnValue = instance.Find(name)
public LevelProperty Find(
string name
)
public:
LevelProperty^ Find(
String^ name
)
member Find :
name:string -> LevelProperty
public function Find(
name : String
) : LevelProperty
Paramètres
- name
Type : String
Nom du LevelProperty à rechercher.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.LevelProperty
LevelProperty 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.