Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the DbSyncAdapterCollection that is associated with the DbSyncProvider object.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SyncAdapters As DbSyncAdapterCollection
Get
'Usage
Dim instance As DbSyncProvider
Dim value As DbSyncAdapterCollection
value = instance.SyncAdapters
public virtual DbSyncAdapterCollection SyncAdapters { get; }
public:
virtual property DbSyncAdapterCollection^ SyncAdapters {
DbSyncAdapterCollection^ get ();
}
abstract SyncAdapters : DbSyncAdapterCollection
override SyncAdapters : DbSyncAdapterCollection
function get SyncAdapters () : DbSyncAdapterCollection
Property Value
Type: Microsoft.Synchronization.Data.DbSyncAdapterCollection
The DbSyncAdapterCollection that is associated with the DbSyncProvider object.