SqlSyncMemberOperations.DefinitionStages.WithMemberPassword Interface

public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberPassword

The SQL Sync Member definition to set the member database password.

Method Summary

Modifier and Type Method and Description
abstract WithMemberDatabaseType withMemberPassword(String password)

Sets the member SQL Database password.

Method Details

withMemberPassword

public abstract SqlSyncMemberOperations.DefinitionStages.WithMemberDatabaseType withMemberPassword(String password)

Sets the member SQL Database password.

Parameters:

password - the member SQL Database password value to set

Returns:

The next stage of the definition.

Applies to