Interface SqlSyncMember.UpdateStages.WithSyncDirection
- All Known Subinterfaces:
SqlSyncMember.Update
- Enclosing interface:
- SqlSyncMember.UpdateStages
@Beta(V1_9_0)
public static interface SqlSyncMember.UpdateStages.WithSyncDirection
The SQL Sync Member definition to set the sync direction.
-
Method Summary
Modifier and TypeMethodDescriptionwithDatabaseType
(SyncDirection syncDirection) Sets the sync direction.
-
Method Details
-
withDatabaseType
Sets the sync direction.- Parameters:
syncDirection
- the sync direction value to set- Returns:
- The next stage of the definition.
-