DbSyncProvider.GetScopeDescription Method

Returns a DbSyncScopeDescription object that contains the schema for the tables that are in the SyncAdapters collection.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Overridable Function GetScopeDescription As DbSyncScopeDescription
'Usage
Dim instance As DbSyncProvider
Dim returnValue As DbSyncScopeDescription

returnValue = instance.GetScopeDescription()
public virtual DbSyncScopeDescription GetScopeDescription()
public:
virtual DbSyncScopeDescription^ GetScopeDescription()
abstract GetScopeDescription : unit -> DbSyncScopeDescription 
override GetScopeDescription : unit -> DbSyncScopeDescription 
public function GetScopeDescription() : DbSyncScopeDescription

Return Value

Type: Microsoft.Synchronization.Data.DbSyncScopeDescription
A DbSyncScopeDescription object that contains the schema for the tables that are in the SyncAdapters collection.

See Also

Reference

DbSyncProvider Class

Microsoft.Synchronization.Data Namespace