AzureSqlDataSyncAdapter.GetSyncHubSchema 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.
Gets the full schema of hub database of a sync group
public Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel GetSyncHubSchema (string resourceGroupName, string serverName, string databaseName, string syncGroupName);
member this.GetSyncHubSchema : string * string * string * string -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel
Public Function GetSyncHubSchema (resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String) As AzureSqlSyncFullSchemaModel
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
Returns
The sync member object