Interface SqlSyncMemberOperations.DefinitionStages.WithMemberUserName
-
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberUserNameThe SQL Sync Member definition to set the member database user name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithMemberPasswordwithMemberUserName(String userName)Sets the member SQL Database username.
-
-
-
Method Detail
-
withMemberUserName
SqlSyncMemberOperations.DefinitionStages.WithMemberPassword withMemberUserName(String userName)
Sets the member SQL Database username.- Parameters:
userName- the member SQL Database username value to set- Returns:
- The next stage of the definition.
-
-