你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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