AzureSqlDataSyncAdapter.InvokeSyncMemberSchemaRefresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoke the member database schema of sync member refreshing
public void InvokeSyncMemberSchemaRefresh (string resourceGroupName, string serverName, string databaseName, string syncGroupName, string syncMemberName);
member this.InvokeSyncMemberSchemaRefresh : string * string * string * string * string -> unit
Public Sub InvokeSyncMemberSchemaRefresh (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String, syncMemberName As String)
Parameters
- resourceGroupName
- String
The resource group the sync member is in
- serverName
- String
The name of the server
- databaseName
- String
The name of the database
- syncGroupName
- String
The name of the sync group
- syncMemberName
- String
The name of the sync member