Interface SqlSyncGroup.UpdateStages.WithDatabaseUserName
-
- All Known Subinterfaces:
SqlSyncGroup.Update
- Enclosing interface:
- SqlSyncGroup.UpdateStages
public static interface SqlSyncGroup.UpdateStages.WithDatabaseUserNameThe SQL Sync Group definition to set the database user name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroup.UpdatewithDatabaseUserName(String userName)Sets the database user name.
-
-
-
Method Detail
-
withDatabaseUserName
SqlSyncGroup.Update withDatabaseUserName(String userName)
Sets the database user name.- Parameters:
userName- the database user name- Returns:
- The next stage of the definition.
-
-