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

SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId Interface

public static interface SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId

The SQL Sync Group definition to set the database ID to sync with.

Method Summary

Modifier and Type Method and Description
abstract WithDatabaseUserName withSyncDatabaseId(String syncDatabaseId)

Sets the sync database ID.

Method Details

withSyncDatabaseId

public abstract SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName withSyncDatabaseId(String syncDatabaseId)

Sets the sync database ID.

Parameters:

syncDatabaseId - the sync database ID value to set

Returns:

The next stage of the definition.

Applies to