Partilhar via


Método UrnCollection.IndexOf

Gets the index of a specified URN from a collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function IndexOf ( _
    urn As Urn _
) As Integer
'Uso
Dim instance As UrnCollection 
Dim urn As Urn 
Dim returnValue As Integer 

returnValue = instance.IndexOf(urn)
public int IndexOf(
    Urn urn
)
public:
virtual int IndexOf(
    Urn^ urn
) sealed
abstract IndexOf : 
        urn:Urn -> int  
override IndexOf : 
        urn:Urn -> int
public final function IndexOf(
    urn : Urn
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32
The index of a specified URN.

Implementa

IList<T>.IndexOf(T)

Exemplos

Usando coleções

Consulte também

Referência

UrnCollection Classe

Namespace Microsoft.SqlServer.Management.Smo