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

TableLevelSharingProperties interface

将在后继数据库中包括和排除的表

属性

externalTablesToExclude

要从后继数据库排除的外部表的列表

externalTablesToInclude

要包含在后继数据库中的外部表的列表

functionsToExclude

要从后继数据库排除的函数列表

functionsToInclude

要包含在后继数据库中的函数列表

materializedViewsToExclude

要从后继数据库中排除的具体化视图列表

materializedViewsToInclude

要包含在后继数据库中的具体化视图列表

tablesToExclude

要从后继数据库排除的表列表

tablesToInclude

要包含在后继数据库中的表列表

属性详细信息

externalTablesToExclude

要从后继数据库排除的外部表的列表

externalTablesToExclude?: string[]

属性值

string[]

externalTablesToInclude

要包含在后继数据库中的外部表的列表

externalTablesToInclude?: string[]

属性值

string[]

functionsToExclude

要从后继数据库排除的函数列表

functionsToExclude?: string[]

属性值

string[]

functionsToInclude

要包含在后继数据库中的函数列表

functionsToInclude?: string[]

属性值

string[]

materializedViewsToExclude

要从后继数据库中排除的具体化视图列表

materializedViewsToExclude?: string[]

属性值

string[]

materializedViewsToInclude

要包含在后继数据库中的具体化视图列表

materializedViewsToInclude?: string[]

属性值

string[]

tablesToExclude

要从后继数据库排除的表列表

tablesToExclude?: string[]

属性值

string[]

tablesToInclude

要包含在后继数据库中的表列表

tablesToInclude?: string[]

属性值

string[]