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

AzureSqlSyncFullSchemaModel Constructors

Definition

Overloads

AzureSqlSyncFullSchemaModel()

Construct AzureSqlSyncFullSchemaModel

AzureSqlSyncFullSchemaModel(SyncFullSchema)

Construct AzureSqlSyncFullSchemaModel

AzureSqlSyncFullSchemaModel()

Construct AzureSqlSyncFullSchemaModel

public AzureSqlSyncFullSchemaModel ();
Public Sub New ()

Applies to

AzureSqlSyncFullSchemaModel(SyncFullSchema)

Construct AzureSqlSyncFullSchemaModel

public AzureSqlSyncFullSchemaModel (Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncFullSchema schema);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel : Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncFullSchema -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncFullSchemaModel
Public Sub New (schema As SyncFullSchema)

Parameters

schema
SyncFullSchema

sync full schema

Applies to