SqlSyncMember.UpdateStages.WithMemberUserName Interface

public interface WithMemberUserName

The SQL Sync Member definition to set the member database user name.

Method Summary

Modifier and Type Method and Description
SqlSyncMember.Update withMemberUserName(String userName)

Sets the member SQL Database username.

Method Details

withMemberUserName

public SqlSyncMember.Update withMemberUserName(String userName)

Sets the member SQL Database username.

Parameters:

userName - the member SQL Database username value to set

Returns:

The next stage of the definition.

Applies to