通过


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

SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer Interface

public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer

The SQL Sync Member definition to set the member server and database.

Method Summary

Modifier and Type Method and Description
abstract WithMemberUserName withMemberSqlDatabase(SqlDatabase sqlDatabase)

Sets the member SQL Database.

abstract WithMemberSqlDatabase withMemberSqlServerName(String sqlServerName)

Sets the member SQL server name.

Method Details

withMemberSqlDatabase

public abstract SqlSyncMemberOperations.DefinitionStages.WithMemberUserName withMemberSqlDatabase(SqlDatabase sqlDatabase)

Sets the member SQL Database.

Parameters:

sqlDatabase - the member SQL Database value to set

Returns:

The next stage of the definition.

withMemberSqlServerName

public abstract SqlSyncMemberOperations.DefinitionStages.WithMemberSqlDatabase withMemberSqlServerName(String sqlServerName)

Sets the member SQL server name.

Parameters:

sqlServerName - the member SQL server name value to set

Returns:

The next stage of the definition.

Applies to