Méthode DependencyChainCollection.IndexOf (Dependency)
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Searches for the specified Dependency object and returns the zero-based index of the first occurrence within the entire collection.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
value As Dependency _
) As Integer
'Utilisation
Dim instance As DependencyChainCollection
Dim value As Dependency
Dim returnValue As Integer
returnValue = instance.IndexOf(value)
public int IndexOf(
Dependency value
)
public:
int IndexOf(
Dependency^ value
)
member IndexOf :
value:Dependency -> int
public function IndexOf(
value : Dependency
) : int
Paramètres
- value
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to find in the collection.
Valeur de retour
Type : System.Int32
The zero-based index of the first occurrence of value within the collection; -1 if value is not found.