共用方式為


LocalizableTypeConverter 類別

Represents a type converter that can be used to show the properties of a class using the localized name, description, and category. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

繼承階層

System.Object
  System.ComponentModel.TypeConverter
    Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Class LocalizableTypeConverter _
    Inherits TypeConverter
'用途
Dim instance As LocalizableTypeConverter
public class LocalizableTypeConverter : TypeConverter
public ref class LocalizableTypeConverter : public TypeConverter
type LocalizableTypeConverter =  
    class 
        inherit TypeConverter 
    end
public class LocalizableTypeConverter extends TypeConverter

LocalizableTypeConverter 型別公開下列成員。

建構函式

  名稱 說明
公用方法 LocalizableTypeConverter Initializes a new instance of the LocalizableTypeConverter class. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

上層

方法

  名稱 說明
公用方法 CanConvertFrom(Type) (繼承自 TypeConverter。)
公用方法 CanConvertFrom(ITypeDescriptorContext, Type) (繼承自 TypeConverter。)
公用方法 CanConvertTo(Type) (繼承自 TypeConverter。)
公用方法 CanConvertTo(ITypeDescriptorContext, Type) (繼承自 TypeConverter。)
公用方法 ConvertFrom(Object) (繼承自 TypeConverter。)
公用方法 ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) (繼承自 TypeConverter。)
公用方法 ConvertFromInvariantString(String) (繼承自 TypeConverter。)
公用方法 ConvertFromInvariantString(ITypeDescriptorContext, String) (繼承自 TypeConverter。)
公用方法 ConvertFromString(String) (繼承自 TypeConverter。)
公用方法 ConvertFromString(ITypeDescriptorContext, String) (繼承自 TypeConverter。)
公用方法 ConvertFromString(ITypeDescriptorContext, CultureInfo, String) (繼承自 TypeConverter。)
公用方法 ConvertTo(Object, Type) (繼承自 TypeConverter。)
公用方法 ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) (繼承自 TypeConverter。)
公用方法 ConvertToInvariantString(Object) (繼承自 TypeConverter。)
公用方法 ConvertToInvariantString(ITypeDescriptorContext, Object) (繼承自 TypeConverter。)
公用方法 ConvertToString(Object) (繼承自 TypeConverter。)
公用方法 ConvertToString(ITypeDescriptorContext, Object) (繼承自 TypeConverter。)
公用方法 ConvertToString(ITypeDescriptorContext, CultureInfo, Object) (繼承自 TypeConverter。)
公用方法 CreateInstance(IDictionary) (繼承自 TypeConverter。)
公用方法 CreateInstance(ITypeDescriptorContext, IDictionary) (繼承自 TypeConverter。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
受保護的方法 GetConvertFromException (繼承自 TypeConverter。)
受保護的方法 GetConvertToException (繼承自 TypeConverter。)
公用方法 GetCreateInstanceSupported() (繼承自 TypeConverter。)
公用方法 GetCreateInstanceSupported(ITypeDescriptorContext) (繼承自 TypeConverter。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetProperties(Object) (繼承自 TypeConverter。)
公用方法 GetProperties(array<PropertyInfo[]) Returns a collection that contains the property descriptions for the specified list of properties. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 GetProperties(ITypeDescriptorContext, Object) (繼承自 TypeConverter。)
公用方法 GetProperties(ITypeDescriptorContext, Object, array<Attribute[]) Returns a collection of property descriptions for the specified object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 TypeConverter.GetProperties(ITypeDescriptorContext, Object, array<Attribute[])。)
公用方法 GetPropertiesSupported() (繼承自 TypeConverter。)
公用方法 GetPropertiesSupported(ITypeDescriptorContext) Checks whether custom property descriptions are supported. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 TypeConverter.GetPropertiesSupported(ITypeDescriptorContext)。)
公用方法 GetStandardValues() (繼承自 TypeConverter。)
公用方法 GetStandardValues(ITypeDescriptorContext) (繼承自 TypeConverter。)
公用方法 GetStandardValuesExclusive() (繼承自 TypeConverter。)
公用方法 GetStandardValuesExclusive(ITypeDescriptorContext) (繼承自 TypeConverter。)
公用方法 GetStandardValuesSupported() (繼承自 TypeConverter。)
公用方法 GetStandardValuesSupported(ITypeDescriptorContext) (繼承自 TypeConverter。)
公用方法 GetType (繼承自 Object。)
公用方法 GetTypeMemberDescriptor Gets the member information for the specified type. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用方法 IsValid(Object) (繼承自 TypeConverter。)
公用方法 IsValid(ITypeDescriptorContext, Object) (繼承自 TypeConverter。)
受保護的方法 MemberwiseClone (繼承自 Object。)
受保護的方法 SortProperties (繼承自 TypeConverter。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間