DacFxTelemetryEventData コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public DacFxTelemetryEventData(string eventName, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> properties, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,double>> metrics);
new Microsoft.Data.Tools.Schema.Common.Telemetry.DacFxTelemetryEventData : string * seq<System.Collections.Generic.KeyValuePair<string, string>> * seq<System.Collections.Generic.KeyValuePair<string, double>> -> Microsoft.Data.Tools.Schema.Common.Telemetry.DacFxTelemetryEventData
Public Sub New (eventName As String, properties As IEnumerable(Of KeyValuePair(Of String, String)), metrics As IEnumerable(Of KeyValuePair(Of String, Double)))
パラメーター
- eventName
- String
- properties
- IEnumerable<KeyValuePair<String,String>>
- metrics
- IEnumerable<KeyValuePair<String,Double>>