次の方法で共有


QueryStatistic コンストラクター

定義

オーバーロード

QueryStatistic()

QueryStatistic クラスの新しいインスタンスを初期化します。

QueryStatistic(String, IList<QueryInterval>)

QueryStatistic クラスの新しいインスタンスを初期化します。

QueryStatistic()

QueryStatistic クラスの新しいインスタンスを初期化します。

public QueryStatistic ();
Public Sub New ()

適用対象

QueryStatistic(String, IList<QueryInterval>)

QueryStatistic クラスの新しいインスタンスを初期化します。

public QueryStatistic (string queryId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.QueryInterval> intervals = default);
new Microsoft.Azure.Management.Synapse.Models.QueryStatistic : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.QueryInterval> -> Microsoft.Azure.Management.Synapse.Models.QueryStatistic
Public Sub New (Optional queryId As String = Nothing, Optional intervals As IList(Of QueryInterval) = Nothing)

パラメーター

queryId
String

クエリの ID

intervals
IList<QueryInterval>

クエリ間隔の一覧。

適用対象