TableLevelSharingProperties.MaterializedViewsToExclude Property

Definition

Gets or sets list of materialized views exclude from the follower database

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to