Measurement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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