QueryStoreWaitStatsCaptureModeConverter Class

Definition

type converter for QueryStoreWaitStatsCaptureMode

public class QueryStoreWaitStatsCaptureModeConverter : Microsoft.SqlServer.Management.Smo.EnumToDisplayNameConverter
type QueryStoreWaitStatsCaptureModeConverter = class
    inherit EnumToDisplayNameConverter
Public Class QueryStoreWaitStatsCaptureModeConverter
Inherits EnumToDisplayNameConverter
Inheritance
QueryStoreWaitStatsCaptureModeConverter

Constructors

Name Description
QueryStoreWaitStatsCaptureModeConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type) (Inherited from EnumToDisplayNameConverter)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the specified value object to an enumeration object.

(Inherited from EnumToDisplayNameConverter)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the given value object to the specified destination type.

Applies to