SqlCeSyncDescriptionBuilder::GetDescriptionForScope Method (String, String, )
Returns a DbSyncScopeDescription object that contains information about the specified scope that is defined for a SQL Server Compact database.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public: static DbSyncScopeDescription^ GetDescriptionForScope( String^ scopeName, String^ objectPrefix, SqlCeConnection^ connection )
Parameters
- scopeName
- Type: System::String
The name of the scope for which to retrieve a description.
- objectPrefix
- Type: System::String
The optional prefix that is used to identify objects that Sync Framework creates.
- connection
- Type: SqlCeConnection
A SqlCeConnection object that contains a connection to the database.
Return Value
Type: Microsoft.Synchronization.Data::DbSyncScopeDescriptionA DbSyncScopeDescription object that contains information about the specified scope.
| Exception | Condition |
|---|---|
| ArgumentNullException | connection is a nullptr. |
| ArgumentException | scopeName is a nullptr or empty. |
Show: