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

ITableLevelSharingProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.TableLevelSharingPropertiesTypeConverter))]
public interface ITableLevelSharingProperties : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.TableLevelSharingPropertiesTypeConverter))>]
type ITableLevelSharingProperties = interface
    interface IJsonSerializable
Public Interface ITableLevelSharingProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to