Interface SqlSyncMemberOperations.DefinitionStages.WithMemberSqlDatabase
-
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberSqlDatabaseThe SQL Sync Member definition to set the member database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithMemberUserNamewithMemberSqlDatabaseName(String sqlDatabaseName)Sets the member SQL Database name.
-
-
-
Method Detail
-
withMemberSqlDatabaseName
SqlSyncMemberOperations.DefinitionStages.WithMemberUserName withMemberSqlDatabaseName(String sqlDatabaseName)
Sets the member SQL Database name.- Parameters:
sqlDatabaseName- the member SQL Database name value to set- Returns:
- The next stage of the definition.
-
-