DwViewDistributionConverter クラス

定義

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

コンストラクター

名前 説明
DwViewDistributionConverter()

メソッド

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

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

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

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

(継承元 EnumToDisplayNameConverter)

適用対象