Interface SqlSyncGroup.UpdateStages.WithSchema
-
- All Known Subinterfaces:
SqlSyncGroup.Update
- Enclosing interface:
- SqlSyncGroup.UpdateStages
public static interface SqlSyncGroup.UpdateStages.WithSchemaThe SQL Sync Group definition to set the schema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroup.UpdatewithSchema(SyncGroupSchema schema)Sets the schema.
-
-
-
Method Detail
-
withSchema
SqlSyncGroup.Update withSchema(SyncGroupSchema schema)
Sets the schema.- Parameters:
schema- the schema object to set- Returns:
- The next stage of the definition.
-
-