AzureSqlSyncGroupSchemaModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a the schema of a sync group
public class AzureSqlSyncGroupSchemaModel
type AzureSqlSyncGroupSchemaModel = class
Public Class AzureSqlSyncGroupSchemaModel
- Inheritance
-
AzureSqlSyncGroupSchemaModel
Constructors
AzureSqlSyncGroupSchemaModel() |
Construct AzureSqlSyncGroupSchemaModel |
AzureSqlSyncGroupSchemaModel(SyncGroupSchema) | |
AzureSqlSyncGroupSchemaModel(SyncGroupSchema) |
Properties
MasterSyncMemberName |
Master sync member name |
Tables |
Tables in the database |
Methods
ToSyncGroupSchema() |
Convert AzureSqlSyncGroupSchemaModel to SyncGroupSchema |