TableLevelSharingProperties.TablesToExclude Property

Definition

Gets or sets list of tables to exclude from the follower database

[Newtonsoft.Json.JsonProperty(PropertyName="tablesToExclude")]
public System.Collections.Generic.IList<string> TablesToExclude { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tablesToExclude")>]
member this.TablesToExclude : System.Collections.Generic.IList<string> with get, set
Public Property TablesToExclude As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to