次の方法で共有


DataExport.TableNames プロパティ

定義

エクスポートするテーブルの配列を取得または設定します (例: ["Heartbeat, SecurityEvent")。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象