DbSyncProvider.GetScopeDescription Method

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

This method is not CLS-compliant.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Overridable Function GetScopeDescription As DbSyncScopeDescription
'Usage
Dim instance As DbSyncProvider
Dim returnValue As DbSyncScopeDescription

returnValue = instance.GetScopeDescription
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] 
public virtual DbSyncScopeDescription GetScopeDescription ()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")] 
public:
virtual DbSyncScopeDescription^ GetScopeDescription ()
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate") */ 
public DbSyncScopeDescription GetScopeDescription ()
SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate") 
public function GetScopeDescription () : DbSyncScopeDescription

Return Value

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

See Also

Reference

DbSyncProvider Class
DbSyncProvider Members
Microsoft.Synchronization.Data Namespace