共用方式為


DynamicValueTypeConverter 類別

Used for any properties that have the DynamicValues attribute enabled. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

繼承階層

System.Object
  System.ComponentModel.TypeConverter
    System.ComponentModel.StringConverter
      Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValueTypeConverter

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

語法

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

DynamicValueTypeConverter 型別公開下列成員。

建構函式

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

上層

方法

  名稱 說明
公用方法 CanConvertFrom(Type) (繼承自 TypeConverter。)
公用方法 CanConvertFrom(ITypeDescriptorContext, Type) (繼承自 StringConverter。)
公用方法 CanConvertTo(Type) (繼承自 TypeConverter。)
公用方法 CanConvertTo(ITypeDescriptorContext, Type) (繼承自 TypeConverter。)
公用方法 ConvertFrom(Object) (繼承自 TypeConverter。)
公用方法 ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) (繼承自 StringConverter。)
公用方法 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(ITypeDescriptorContext, Object) (繼承自 TypeConverter。)
公用方法 GetProperties(ITypeDescriptorContext, Object, array<Attribute[]) (繼承自 TypeConverter。)
公用方法 GetPropertiesSupported() (繼承自 TypeConverter。)
公用方法 GetPropertiesSupported(ITypeDescriptorContext) (繼承自 TypeConverter。)
公用方法 GetStandardValues() (繼承自 TypeConverter。)
公用方法 GetStandardValues(ITypeDescriptorContext) Returns a collection of standard values for the list box in the property grid. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 TypeConverter.GetStandardValues(ITypeDescriptorContext)。)
公用方法 GetStandardValuesExclusive() (繼承自 TypeConverter。)
公用方法 GetStandardValuesExclusive(ITypeDescriptorContext) Returns whether the collection of standard values returned from the GetStandardValues method is an exclusive list of possible values. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext)。)
公用方法 GetStandardValuesSupported() (繼承自 TypeConverter。)
公用方法 GetStandardValuesSupported(ITypeDescriptorContext) Returns whether this object supports a standard set of values that can be picked from a list. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)。)
公用方法 GetType (繼承自 Object。)
公用方法 IsValid(Object) (繼承自 TypeConverter。)
公用方法 IsValid(ITypeDescriptorContext, Object) (繼承自 TypeConverter。)
受保護的方法 MemberwiseClone (繼承自 Object。)
受保護的方法 SortProperties (繼承自 TypeConverter。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

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

請參閱

參考

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