Partager via


SyncGroupSchema Constructeurs

Définition

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 à