Método SyncAdapterCollection.Contains (String)
Determina se um objeto SyncAdapter específico está na coleção quando é atribuído um nome de tabela.
Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (em microsoft.synchronization.data.server.dll)
Sintaxe
'Declaração
Public Function Contains ( _
tableName As String _
) As Boolean
'Uso
Dim instance As SyncAdapterCollection
Dim tableName As String
Dim returnValue As Boolean
returnValue = instance.Contains(tableName)
public bool Contains (
string tableName
)
public:
bool Contains (
String^ tableName
)
public boolean Contains (
String tableName
)
public function Contains (
tableName : String
) : boolean
Parâmetros
- tableName
O nome da tabela. Especifique o nome para determinar se o objeto SyncAdapter associado está em SyncAdapterCollection.
Valor de retorno
true se o objeto SyncAdapter existir. Caso contrário, retornará false.
Consulte também
Referência
Classe SyncAdapterCollection
Membros SyncAdapterCollection
Namespace Microsoft.Synchronization.Data.Server