SyncGroupsOperationsExtensions.RefreshHubSchema Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Actualise un schéma de base de données hub.
public static void RefreshHubSchema (this Microsoft.Azure.Management.Sql.ISyncGroupsOperations operations, string resourceGroupName, string serverName, string databaseName, string syncGroupName);
static member RefreshHubSchema : Microsoft.Azure.Management.Sql.ISyncGroupsOperations * string * string * string * string -> unit
<Extension()>
Public Sub RefreshHubSchema (operations As ISyncGroupsOperations, resourceGroupName As String, serverName As String, databaseName As String, syncGroupName As String)
Paramètres
- operations
- ISyncGroupsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serverName
- String
Le nom du serveur
- databaseName
- String
Nom de la base de données sur laquelle le groupe de synchronisation est hébergé.
- syncGroupName
- String
Nom du groupe de synchronisation.
S’applique à
Azure SDK for .NET