This documentation is archived and is not being maintained.
SqlSyncScopeDeprovisioning::ObjectPrefix Property
Gets or sets the optional prefix that is used to identify objects that Sync Framework creates.
Namespace:
Microsoft.Synchronization.Data.SqlServer
Assembly:
Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public:
property String^ ObjectPrefix {
String^ get ();
void set (String^ value);
}
Property Value
Type:
System::StringThe optional prefix that is used to identify objects that Sync Framework creates.
The ObjectPrefix value must be the same as that used to provision the database or deprovisioning will fail.