Partager via


Méthode Find (String)

Gets the specified AdomdProperty from the AdomdPropertyCollection by its name.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function Find ( _
    propertyName As String _
) As AdomdProperty
'Utilisation
Dim instance As AdomdPropertyCollection
Dim propertyName As String
Dim returnValue As AdomdProperty

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

Paramètres

Notes

If the object is not found, the Find method returns null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) .