SyncGroupSchema Constructeurs
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.
Surcharges
SyncGroupSchema() |
Initialise une nouvelle instance de la classe SyncGroupSchema. |
SyncGroupSchema(IList<SyncGroupSchemaTable>, String) |
Initialise une nouvelle instance de la classe SyncGroupSchema. |
SyncGroupSchema()
Initialise une nouvelle instance de la classe SyncGroupSchema.
public SyncGroupSchema ();
Public Sub New ()
S’applique à
SyncGroupSchema(IList<SyncGroupSchemaTable>, String)
Initialise une nouvelle instance de la classe SyncGroupSchema.
public SyncGroupSchema (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTable> tables = default, string masterSyncMemberName = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchema : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchemaTable> * string -> Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupSchema
Public Sub New (Optional tables As IList(Of SyncGroupSchemaTable) = Nothing, Optional masterSyncMemberName As String = Nothing)
Paramètres
- tables
- IList<SyncGroupSchemaTable>
Liste des tables dans le schéma de groupe de synchronisation.
- masterSyncMemberName
- String
Nom de master membre de synchronisation d’où provient le schéma.
S’applique à
Azure SDK for .NET