SyncGroupSchemaTableColumn Constructors

Definition

Overloads

SyncGroupSchemaTableColumn()

Initializes a new instance of the SyncGroupSchemaTableColumn class.

SyncGroupSchemaTableColumn(String, String, String)

Initializes a new instance of the SyncGroupSchemaTableColumn class.

SyncGroupSchemaTableColumn()

Initializes a new instance of the SyncGroupSchemaTableColumn class.

public SyncGroupSchemaTableColumn ();
Public Sub New ()

Applies to

SyncGroupSchemaTableColumn(String, String, String)

Initializes a new instance of the SyncGroupSchemaTableColumn class.

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)

Parameters

quotedName
String

Quoted name of sync group table column.

dataSize
String

Data size of the column.

dataType
String

Data type of the column.

Applies to