次の方法で共有


QueryResults コンストラクター

定義

オーバーロード

QueryResults()

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

QueryResults(Nullable<Int64>, IList<SingleQueryResult>)

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

QueryResults()

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

public QueryResults ();
Public Sub New ()

適用対象

QueryResults(Nullable<Int64>, IList<SingleQueryResult>)

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

public QueryResults (long? matchingRecordsCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SingleQueryResult> signatures = default);
new Microsoft.Azure.Management.Network.Models.QueryResults : Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SingleQueryResult> -> Microsoft.Azure.Management.Network.Models.QueryResults
Public Sub New (Optional matchingRecordsCount As Nullable(Of Long) = Nothing, Optional signatures As IList(Of SingleQueryResult) = Nothing)

パラメーター

matchingRecordsCount
Nullable<Int64>

クエリに一致するレコードの合計数。

signatures
IList<SingleQueryResult>

クエリの結果を含む配列

適用対象