Méthode MdxScriptCollection.IndexOf (MdxScript)

Gets the index of a specified MdxScript.

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

Syntaxe

'Déclaration
Public Function IndexOf ( _
    item As MdxScript _
) As Integer
'Utilisation
Dim instance As MdxScriptCollection 
Dim item As MdxScript 
Dim returnValue As Integer 

returnValue = instance.IndexOf(item)
public int IndexOf(
    MdxScript item
)
public:
int IndexOf(
    MdxScript^ item
)
member IndexOf : 
        item:MdxScript -> int
public function IndexOf(
    item : MdxScript
) : int

Paramètres

Valeur de retour

Type : System.Int32
The zero-based index of the MdxScript if the object is found; otherwise, -1.

Voir aussi

Référence

MdxScriptCollection Classe

Surcharge IndexOf

Espace de noms Microsoft.AnalysisServices