通过


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

SqlSyncFullSchemaProperty Interface

Implements

public interface SqlSyncFullSchemaProperty
extends HasInnerModel<SyncFullSchemaPropertiesInner>

An immutable client-side representation of an Azure SQL Server Sync Group.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime lastUpdateTime()

Gets last update time of the database schema.

abstract List<SyncFullSchemaTable> tables()

Gets the list of tables in the database full schema.

Method Details

lastUpdateTime

public abstract OffsetDateTime lastUpdateTime()

Gets last update time of the database schema.

Returns:

last update time of the database schema.

tables

public abstract List<SyncFullSchemaTable> tables()

Gets the list of tables in the database full schema.

Returns:

the list of tables in the database full schema.

Applies to