SyncGroupSchemaTableColumn 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
SyncGroupSchemaTableColumn() |
Initialise une nouvelle instance de la classe SyncGroupSchemaTableColumn. |
SyncGroupSchemaTableColumn(String, String, String) |
Initialise une nouvelle instance de la classe SyncGroupSchemaTableColumn. |
SyncGroupSchemaTableColumn()
Initialise une nouvelle instance de la classe SyncGroupSchemaTableColumn.
public SyncGroupSchemaTableColumn ();
Public Sub New ()
S’applique à
SyncGroupSchemaTableColumn(String, String, String)
Initialise une nouvelle instance de la classe SyncGroupSchemaTableColumn.
public SyncGroupSchemaTableColumn (string quotedName = default, string dataSize = default, string dataType = default);
new Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn : string * string * string -> Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn
Public Sub New (Optional quotedName As String = Nothing, Optional dataSize As String = Nothing, Optional dataType As String = Nothing)
Paramètres
- quotedName
- String
Nom entre guillemets de la colonne de table de groupe de synchronisation.
- dataSize
- String
Taille des données de la colonne.
- dataType
- String
Type de données de la colonne.
S’applique à
Azure SDK for .NET