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

적용 대상