Méthode MiningStructurePermissionCollection.IndexOf (MiningStructurePermission)
Gets the index of a specified MiningStructurePermission.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
item As MiningStructurePermission _
) As Integer
'Utilisation
Dim instance As MiningStructurePermissionCollection
Dim item As MiningStructurePermission
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
MiningStructurePermission item
)
public:
int IndexOf(
MiningStructurePermission^ item
)
member IndexOf :
item:MiningStructurePermission -> int
public function IndexOf(
item : MiningStructurePermission
) : int
Paramètres
- item
Type : Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission to return.
Valeur de retour
Type : System.Int32
The zero-based index of the MiningStructurePermission if the object is found; otherwise, -1.