SyncGroupSchemaTable Constructors

Definition

Overloads

SyncGroupSchemaTable()

Initializes a new instance of the SyncGroupSchemaTable class.

SyncGroupSchemaTable(IList<SyncGroupSchemaTableColumn>, String)

Initializes a new instance of the SyncGroupSchemaTable class.

SyncGroupSchemaTable()

Initializes a new instance of the SyncGroupSchemaTable class.

public SyncGroupSchemaTable ();
Public Sub New ()

Applies to

SyncGroupSchemaTable(IList<SyncGroupSchemaTableColumn>, String)

Initializes a new instance of the SyncGroupSchemaTable class.

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)

Parameters

columns
IList<SyncGroupSchemaTableColumn>

List of columns in sync group schema.

quotedName
String

Quoted name of sync group schema table.

Applies to