通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlSyncMemberOperations.DefinitionStages.WithMemberUserName Interface

public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberUserName

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

Method Summary

Modifier and Type Method and Description
abstract WithMemberPassword withMemberUserName(String userName)

Sets the member SQL Database username.

Method Details

withMemberUserName

public abstract SqlSyncMemberOperations.DefinitionStages.WithMemberPassword 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