Méthode PropertyCollection.Find
Obtient le Property spécifié de la collection PropertyCollection par son nom.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function Find ( _
name As String _
) As Property
'Utilisation
Dim instance As PropertyCollection
Dim name As String
Dim returnValue As [Property]
returnValue = instance.Find(name)
public Property Find(
string name
)
public:
Property^ Find(
String^ name
)
member Find :
name:string -> Property
public function Find(
name : String
) : Property
Paramètres
- name
Type : String
Nom du Property à rechercher.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.Property
Property avec le nom name.
Notes
Si l'objet est introuvable, la méthode Find retourne null, alors que la propriété Item lève une exception.