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

AzureSqlDataSyncAdapter.RemoveSyncGroup Method

Definition

Remove a sync group

public void RemoveSyncGroup (string resourceGroupName, string serverName, string databaseName, string syncGroupName);
member this.RemoveSyncGroup : string * string * string * string -> unit
Public Sub RemoveSyncGroup (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String)

Parameters

resourceGroupName
String

The resource group the sync group is in

serverName
String

The name of the server

databaseName
String

The name of the database

syncGroupName
String

The name of the sync group

Applies to