QueryStoreCaptureModeConverter Class

Definition

type converter for QueryStoreCaptureMode

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

Constructors

Name Description
QueryStoreCaptureModeConverter()

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.

(Inherited from EnumToDisplayNameConverter)

Applies to