SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseType Interface

public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseType

The SQL Sync Member definition to set the database type.

Method Summary

Modifier and Type Method and Description
abstract WithSyncDirection withMemberDatabaseType(SyncMemberDbType databaseType)

Sets the member database type.

Method Details

withMemberDatabaseType

public abstract 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.

Applies to