Partager via


Méthode AdomdRestrictionCollection.IndexOf

Returns the zero-based index of the first occurrence of a restriction in the AdomdRestrictionCollection collection.

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

Syntaxe

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

returnValue = instance.IndexOf(value)
public int IndexOf(
    AdomdRestriction value
)
public:
int IndexOf(
    AdomdRestriction^ value
)
member IndexOf : 
        value:AdomdRestriction -> int
public function IndexOf(
    value : AdomdRestriction
) : 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

AdomdRestrictionCollection Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient