Sdílet prostřednictvím


SynapseTableLevelSharingProperties Class

Definition

Tables that will be included and excluded in the follower database.

public class SynapseTableLevelSharingProperties
type SynapseTableLevelSharingProperties = class
Public Class SynapseTableLevelSharingProperties
Inheritance
SynapseTableLevelSharingProperties

Constructors

SynapseTableLevelSharingProperties()

Initializes a new instance of SynapseTableLevelSharingProperties.

Properties

ExternalTablesToExclude

List of external tables exclude from the follower database.

ExternalTablesToInclude

List of external tables to include in the follower database.

MaterializedViewsToExclude

List of materialized views exclude from the follower database.

MaterializedViewsToInclude

List of materialized views to include in the follower database.

TablesToExclude

List of tables to exclude from the follower database.

TablesToInclude

List of tables to include in the follower database.

Applies to