Interface SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseType
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseType
The SQL Sync Member definition to set the database type.
-
Method Summary
Modifier and TypeMethodDescriptionwithMemberDatabaseType(SyncMemberDbType databaseType) Sets the member database type.
-
Method Details
-
withMemberDatabaseType
SqlSyncMemberOperations.DefinitionStages.WithSyncDirection withMemberDatabaseType(SyncMemberDbType databaseType) Sets the member database type.- Parameters:
databaseType- the database type value to set- Returns:
- The next stage of the definition.
-