Partager via


Méthode AdomdPropertyCollection.Find (String, String)

Gets the specified AdomdProperty from the AdomdPropertyCollection by its name and namespace.

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

Syntaxe

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

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

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdClient.AdomdProperty
The ADO multidimensional property.

Notes

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

Voir aussi

Référence

AdomdPropertyCollection Classe

Surcharge Find

Espace de noms Microsoft.AnalysisServices.AdomdClient