次の方法で共有


TableLevelSharingProperties.MaterializedViewsToExclude プロパティ

定義

フォロワー データベースから除外される具体化されたビューの一覧を取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象