Language

DwTableDistributionConverter クラス

定義

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

コンストラクター

名前 説明
DwTableDistributionConverter()

メソッド

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

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

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

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

(継承元 EnumToDisplayNameConverter)

適用対象