Método SyncAdapterCollection.IndexOf (String)
Procura um objeto SyncAdapter quando é atribuído um nome de tabela e retorna o índice baseado em zero da primeira ocorrência na coleção inteira.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
Public Function IndexOf ( _
tableName As String _
) As Integer
'Uso
Dim instance As SyncAdapterCollection
Dim tableName As String
Dim returnValue As Integer
returnValue = instance.IndexOf(tableName)
public int IndexOf (
string tableName
)
public:
int IndexOf (
String^ tableName
)
public int IndexOf (
String tableName
)
public function IndexOf (
tableName : String
) : int
Parâmetros
- tableName
O nome da tabela. Especifique o nome para obter o índice do objeto SyncAdapter associado em SyncAdapterCollection.
Valor de retorno
A posição do índice de tableName se essa cadeia de caracteres for encontrada; caso contrário, retornará -1.
Consulte também
Referência
Classe SyncAdapterCollection
Membros SyncAdapterCollection
Namespace Microsoft.Synchronization.Data.Server