言語

Measurement コンストラクター

定義

オーバーロード

Measurement()

public Measurement();
Public Sub New ()

適用対象

Measurement(IDictionary<String,Object>)

public Measurement(System.Collections.Generic.IDictionary<string,object> dictionary);
new Microsoft.SqlServer.Management.Assessment.Measurement : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.SqlServer.Management.Assessment.Measurement
Public Sub New (dictionary As IDictionary(Of String, Object))

パラメーター

dictionary
IDictionary<String,Object>

適用対象

Measurement(Int32)

public Measurement(int capacity);
new Microsoft.SqlServer.Management.Assessment.Measurement : int -> Microsoft.SqlServer.Management.Assessment.Measurement
Public Sub New (capacity As Integer)

パラメーター

capacity
Int32

適用対象