次の方法で共有


QueryDefinition.QueryText プロパティ

定義

Azure Cosmos DB SQL クエリのテキストを取得します。

[Newtonsoft.Json.JsonProperty(Order=0, PropertyName="query")]
public string QueryText { get; }
[<Newtonsoft.Json.JsonProperty(Order=0, PropertyName="query")>]
member this.QueryText : string
Public ReadOnly Property QueryText As String

プロパティ値

SQL クエリのテキスト。

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象