Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property ObjectSchema As String
Get
Set
'Usage
Dim instance As SqlSyncStoreMetadataUpgrade
Dim value As String
value = instance.ObjectSchema
instance.ObjectSchema = value
public string ObjectSchema { get; set; }
public:
property String^ ObjectSchema {
String^ get ();
void set (String^ value);
}
member ObjectSchema : string with get, set
function get ObjectSchema () : String
function set ObjectSchema (value : String)
Property Value
Type: System.String
The database schema in which Sync Framework creates objects.
Remarks
This schema must match the schema that was used to provision the database or the upgrade will fail.