Interface SqlSyncMemberOperations.DefinitionStages.WithMemberPassword
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberPassword
The SQL Sync Member definition to set the member database password.
-
Method Summary
Modifier and TypeMethodDescriptionwithMemberPassword(String password) Sets the member SQL Database password.
-
Method Details
-
withMemberPassword
Sets the member SQL Database password.- Parameters:
password- the member SQL Database password value to set- Returns:
- The next stage of the definition.
-