次の方法で共有


USqlTableStatistics.TableName プロパティ

定義

テーブルの名前を取得します。値の設定も可能です。

[Newtonsoft.Json.JsonProperty(PropertyName="tableName")]
public string TableName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tableName")>]
member this.TableName : string with get, set
Public Property TableName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象