SqlSyncStoreMetadataUpgrade::ObjectSchema Property

Gets or sets the database schema in which Sync Framework creates objects.

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

public:
property String^ ObjectSchema {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The database schema in which Sync Framework creates objects.

This schema must match the schema that was used to provision the database or the upgrade will fail.

Show: