次の方法で共有


TableLevelSharingProperties.ExternalTablesToExclude プロパティ

定義

フォロワー データベースから除外する外部テーブルの一覧を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象