Share via


AzureSqlSyncGroupSchemaColumnModel Constructors

Definition

Overloads

AzureSqlSyncGroupSchemaColumnModel()

Construct AzureSqlSyncGroupSchemaColumnModel

AzureSqlSyncGroupSchemaColumnModel(SyncGroupSchemaColumn)
AzureSqlSyncGroupSchemaColumnModel(SyncGroupSchemaTableColumn)

Construct AzureSqlSyncGroupSchemaColumnModel

AzureSqlSyncGroupSchemaColumnModel()

Construct AzureSqlSyncGroupSchemaColumnModel

public AzureSqlSyncGroupSchemaColumnModel ();
Public Sub New ()

Applies to

AzureSqlSyncGroupSchemaColumnModel(SyncGroupSchemaColumn)

public AzureSqlSyncGroupSchemaColumnModel (Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupSchemaColumn column);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel : Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncGroupSchemaColumn -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel
Public Sub New (column As SyncGroupSchemaColumn)

Parameters

Applies to

AzureSqlSyncGroupSchemaColumnModel(SyncGroupSchemaTableColumn)

Construct AzureSqlSyncGroupSchemaColumnModel

public AzureSqlSyncGroupSchemaColumnModel (Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn column);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel : Microsoft.Azure.Management.Sql.Models.SyncGroupSchemaTableColumn -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaColumnModel
Public Sub New (column As SyncGroupSchemaTableColumn)

Parameters

column
SyncGroupSchemaTableColumn

sync group schema column

Applies to