Método DependencyChainCollection.IndexOf (Dependency)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Searches for the specified Dependency object and returns the zero-based index of the first occurrence within the entire collection.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function IndexOf ( _
value As Dependency _
) As Integer
'Uso
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
Parâmetros
- value
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object to find in the collection.
Valor de retorno
Tipo: System.Int32
The zero-based index of the first occurrence of value within the collection; -1 if value is not found.