Interface SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseType
-
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseTypeThe SQL Sync Member definition to set the database type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithSyncDirectionwithMemberDatabaseType(SyncMemberDbType databaseType)Sets the member database type.
-
-
-
Method Detail
-
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.
-
-