Interface SqlSyncMember.UpdateStages.WithSyncDirection
-
- All Known Subinterfaces:
SqlSyncMember.Update
- Enclosing interface:
- SqlSyncMember.UpdateStages
public static interface SqlSyncMember.UpdateStages.WithSyncDirectionThe SQL Sync Member definition to set the sync direction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMember.UpdatewithDatabaseType(SyncDirection syncDirection)Sets the sync direction.
-
-
-
Method Detail
-
withDatabaseType
SqlSyncMember.Update withDatabaseType(SyncDirection syncDirection)
Sets the sync direction.- Parameters:
syncDirection- the sync direction value to set- Returns:
- The next stage of the definition.
-
-