Partilhar via


Propriedade SyncAdapterCollection.Item (String)

Obtém um objeto SyncAdapter da 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 ReadOnly Default Property Item ( _
    tableName As String _
) As SyncAdapter
'Uso
Dim instance As SyncAdapterCollection
Dim tableName As String
Dim value As SyncAdapter

value = instance(tableName)
public SyncAdapter this [
    string tableName
] { get; }
public:
property SyncAdapter^ default [String^] {
    SyncAdapter^ get (String^ tableName);
}
/** @property */
public SyncAdapter get_Item (String tableName)

Parâmetros

Valor da propriedade

Um objeto SyncAdapter da tabela especificada.

Consulte também

Referência

Classe SyncAdapterCollection
Membros SyncAdapterCollection
Namespace Microsoft.Synchronization.Data.Server