Interface SqlSyncMemberOperations.DefinitionStages.WithSyncMemberDatabase
-
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithSyncMemberDatabaseThe SQL Sync Member definition to set the parent database name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithSyncGroupNamewithExistingDatabaseName(String databaseName)Sets the name of the database on which the sync Member is hosted.
-
-
-
Method Detail
-
withExistingDatabaseName
SqlSyncMemberOperations.DefinitionStages.WithSyncGroupName withExistingDatabaseName(String databaseName)
Sets the name of the database on which the sync Member is hosted.- Parameters:
databaseName- the name of the database on which the sync Member is hosted- Returns:
- The next stage of the definition.
-
-