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

KustoDatabaseTableLevelSharingProperties 类

定义

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

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

构造函数

KustoDatabaseTableLevelSharingProperties()

初始化 KustoDatabaseTableLevelSharingProperties 的新实例。

属性

ExternalTablesToExclude

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

ExternalTablesToInclude

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

FunctionsToExclude

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

FunctionsToInclude

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

MaterializedViewsToExclude

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

MaterializedViewsToInclude

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

TablesToExclude

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

TablesToInclude

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

适用于