Partager via


Méthode AdomdPropertyCollection.IndexOf

Returns the zero-based index of the first occurrence of a property in the AdomdPropertyCollection.

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

Syntaxe

'Déclaration
Public Function IndexOf ( _
    value As AdomdProperty _
) As Integer
'Utilisation
Dim instance As AdomdPropertyCollection 
Dim value As AdomdProperty 
Dim returnValue As Integer 

returnValue = instance.IndexOf(value)
public int IndexOf(
    AdomdProperty value
)
public:
int IndexOf(
    AdomdProperty^ value
)
member IndexOf : 
        value:AdomdProperty -> int
public function IndexOf(
    value : AdomdProperty
) : int

Paramètres

Valeur de retour

Type : System.Int32
The index of value if found in the list; -1 otherwise.

Voir aussi

Référence

AdomdPropertyCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient