DacFxTelemetryEventData Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)))
Parameters
- eventName
- String
- properties
- IEnumerable<KeyValuePair<String,String>>
- metrics
- IEnumerable<KeyValuePair<String,Double>>