Interface SqlSyncMemberOperations.DefinitionStages.WithMemberPassword
-
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberPasswordThe SQL Sync Member definition to set the member database password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseTypewithMemberPassword(String password)Sets the member SQL Database password.
-
-
-
Method Detail
-
withMemberPassword
SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseType withMemberPassword(String password)
Sets the member SQL Database password.- Parameters:
password- the member SQL Database password value to set- Returns:
- The next stage of the definition.
-
-