Compartilhar via


Propriedade SyncAdapters

Obtém a SyncAdapterCollection associada a DbServerSyncProvider.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (em Microsoft.Synchronization.Data.Server.dll)

Sintaxe

'Declaração
Public ReadOnly Property SyncAdapters As SyncAdapterCollection
    Get
'Uso
Dim instance As DbServerSyncProvider
Dim value As SyncAdapterCollection

value = instance.SyncAdapters
public SyncAdapterCollection SyncAdapters { get; }
public:
property SyncAdapterCollection^ SyncAdapters {
    SyncAdapterCollection^ get ();
}
member SyncAdapters : SyncAdapterCollection
function get SyncAdapters () : SyncAdapterCollection

Valor da propriedade

Tipo: Microsoft.Synchronization.Data.Server. . :: . .SyncAdapterCollection
A SyncAdapterCollection associada a esse DbServerSyncProvider.

Consulte também

Referência

DbServerSyncProvider Classe

Membros DbServerSyncProvider

Namespace Microsoft.Synchronization.Data.Server