Propriedade DbSyncAdapterCollection.Item (String)
Obtém um objeto DbSyncAdapter da coleção quando é atribuído um nome de tabela.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
tableName As String _
) As DbSyncAdapter
'Uso
Dim instance As DbSyncAdapterCollection
Dim tableName As String
Dim value As DbSyncAdapter
value = instance(tableName)
public DbSyncAdapter this [
string tableName
] { get; }
public:
property DbSyncAdapter^ default [String^] {
DbSyncAdapter^ get (String^ tableName);
}
/** @property */
public DbSyncAdapter get_Item (String tableName)
Parâmetros
- tableName
O nome da tabela. Especifique o nome para obter o objeto DbSyncAdapter associado a partir de DbSyncAdapterCollection.
Valor da propriedade
Um objeto DbSyncAdapter da tabela especificada.
Consulte também
Referência
Classe DbSyncAdapterCollection
Membros DbSyncAdapterCollection
Namespace Microsoft.Synchronization.Data