Delen via


OutputErrorPolicyTypeConverter Class

Definition

Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).

public class OutputErrorPolicyTypeConverter : System.Management.Automation.PSTypeConverter
type OutputErrorPolicyTypeConverter = class
    inherit PSTypeConverter
Public Class OutputErrorPolicyTypeConverter
Inherits PSTypeConverter
Inheritance
OutputErrorPolicyTypeConverter

Constructors

OutputErrorPolicyTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to