Language

AbortAfterWaitConverter クラス

定義

public class AbortAfterWaitConverter : Microsoft.SqlServer.Management.Smo.EnumToDisplayNameConverter
type AbortAfterWaitConverter = class
    inherit EnumToDisplayNameConverter
Public Class AbortAfterWaitConverter
Inherits EnumToDisplayNameConverter
継承
AbortAfterWaitConverter

コンストラクター

名前 説明
AbortAfterWaitConverter()

メソッド

名前 説明
CanConvertFrom(ITypeDescriptorContext, Type) (継承元 EnumToDisplayNameConverter)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

指定した値オブジェクトを列挙オブジェクトに変換します。

(継承元 EnumToDisplayNameConverter)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

指定した値オブジェクトを、指定した変換先の型に変換します。

(継承元 EnumToDisplayNameConverter)

適用対象