次の方法で共有


Aggregate コンストラクター

定義

オーバーロード

Aggregate()
Aggregate(Int64, String)

Aggregate()

public Aggregate();
Public Sub New ()

適用対象

Aggregate(Int64, String)

public Aggregate(long count, string value);
new Microsoft.Azure.Management.DataFactories.Models.Aggregate : int64 * string -> Microsoft.Azure.Management.DataFactories.Models.Aggregate
Public Sub New (count As Long, value As String)

パラメーター

count
Int64
value
String

適用対象