Interface SqlSyncGroup.UpdateStages.WithDatabasePassword
-
- All Known Subinterfaces:
SqlSyncGroup.Update
- Enclosing interface:
- SqlSyncGroup.UpdateStages
public static interface SqlSyncGroup.UpdateStages.WithDatabasePasswordThe SQL Sync Group definition to set the database login password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroup.UpdatewithDatabasePassword(String password)Sets the database login password.
-
-
-
Method Detail
-
withDatabasePassword
SqlSyncGroup.Update withDatabasePassword(String password)
Sets the database login password.- Parameters:
password- the database login password- Returns:
- The next stage of the definition.
-
-