SyncGroupSchemaTable 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
SyncGroupSchemaTable() |
Initialise une nouvelle instance de la classe SyncGroupSchemaTable. |
SyncGroupSchemaTable(IList<SyncGroupSchemaTableColumn>, String) |
Initialise une nouvelle instance de la classe SyncGroupSchemaTable. |
SyncGroupSchemaTable()
Initialise une nouvelle instance de la classe SyncGroupSchemaTable.
public SyncGroupSchemaTable ();
Public Sub New ()
S’applique à
SyncGroupSchemaTable(IList<SyncGroupSchemaTableColumn>, String)
Initialise une nouvelle instance de la classe SyncGroupSchemaTable.
public SyncGroupSchemaTable (System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn> columns = default, string quotedName = default);
new Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn> * string -> Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTable
Public Sub New (Optional columns As IList(Of SyncGroupSchemaTableColumn) = Nothing, Optional quotedName As String = Nothing)
Paramètres
- columns
- IList<SyncGroupSchemaTableColumn>
Liste des colonnes dans le schéma de groupe de synchronisation.
- quotedName
- String
Nom entre guillemets de la table de schéma de groupe de synchronisation.
S’applique à
Azure SDK for .NET