Metodo IndexOf (Dependency)
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Searches for the specified Dependency object and returns the zero-based index of the first occurrence within the entire collection.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function IndexOf ( _
value As Dependency _
) As Integer
'Utilizzo
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
Parametri
- value
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Dependency
The Dependency object to find in the collection.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index of the first occurrence of value within the collection; -1 if value is not found.
Vedere anche