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

SynapseTableLevelSharingProperties 类

定义

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

public class SynapseTableLevelSharingProperties
type SynapseTableLevelSharingProperties = class
Public Class SynapseTableLevelSharingProperties
继承
SynapseTableLevelSharingProperties

构造函数

SynapseTableLevelSharingProperties()

初始化 SynapseTableLevelSharingProperties 的新实例。

属性

ExternalTablesToExclude

从后续数据库排除的外部表的列表。

ExternalTablesToInclude

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

MaterializedViewsToExclude

从后续数据库排除的具体化视图的列表。

MaterializedViewsToInclude

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

TablesToExclude

要从后续数据库排除的表的列表。

TablesToInclude

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

适用于