SqlSyncMember.UpdateStages.WithMemberPassword Interface

public static interface SqlSyncMember.UpdateStages.WithMemberPassword

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

Method Summary

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

Sets the member SQL Database password.

Method Details

withMemberPassword

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