共用方式為


LocalizablePropertyDescriptor 類別

Provides information about a localizable property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

繼承階層

System.Object
  System.ComponentModel.MemberDescriptor
    System.ComponentModel.PropertyDescriptor
      Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor

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

語法

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

LocalizablePropertyDescriptor 型別公開下列成員。

建構函式

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

上層

屬性

  名稱 說明
受保護的屬性 AttributeArray (繼承自 MemberDescriptor。)
公用屬性 Attributes (繼承自 MemberDescriptor。)
公用屬性 Category Gets the localized category string for the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 MemberDescriptor.Category。)
公用屬性 ComponentType Gets the type of the class that contains the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.ComponentType。)
公用屬性 Converter Gets the TypeConverter object that is used for this property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.Converter。)
公用屬性 Description Gets the localized description of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 MemberDescriptor.Description。)
公用屬性 DesignTimeOnly Gets a value that indicates whether the property can be set only at design time. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 MemberDescriptor.DesignTimeOnly。)
公用屬性 DisplayName Gets the localized name that is displayed in object browsers. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 MemberDescriptor.DisplayName。)
公用屬性 DisplayOrdinal Gets the ordinal at which the property should be displayed. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
公用屬性 IsBrowsable Gets a value that indicates whether the property should be displayed in object browsers. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 MemberDescriptor.IsBrowsable。)
公用屬性 IsLocalizable Gets a value that indicates whether the property value should be localized. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.IsLocalizable。)
公用屬性 IsReadOnly Gets a value that indicates whether this is a read-only property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.IsReadOnly。)
公用屬性 Name Gets the unlocalized name of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 MemberDescriptor.Name。)
受保護的屬性 NameHashCode (繼承自 MemberDescriptor。)
公用屬性 PropertyType Gets the type of the property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.PropertyType。)
公用屬性 SerializationVisibility (繼承自 PropertyDescriptor。)
公用屬性 SupportsChangeEvents (繼承自 PropertyDescriptor。)

上層

方法

  名稱 說明
公用方法 AddValueChanged (繼承自 PropertyDescriptor。)
公用方法 CanResetValue Gets a value that indicates whether resetting the specified object will also change the value of the object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.CanResetValue(Object)。)
受保護的方法 CreateAttributeCollection (繼承自 MemberDescriptor。)
受保護的方法 CreateInstance (繼承自 PropertyDescriptor。)
公用方法 Equals (繼承自 PropertyDescriptor。)
受保護的方法 FillAttributes (繼承自 PropertyDescriptor。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 ForceReadOnly Force read only.
公用方法 GetChildProperties() (繼承自 PropertyDescriptor。)
公用方法 GetChildProperties(array<Attribute[]) (繼承自 PropertyDescriptor。)
公用方法 GetChildProperties(Object) (繼承自 PropertyDescriptor。)
公用方法 GetChildProperties(Object, array<Attribute[]) (繼承自 PropertyDescriptor。)
公用方法 GetEditor (繼承自 PropertyDescriptor。)
公用方法 GetHashCode (繼承自 PropertyDescriptor。)
受保護的方法 GetInvocationTarget (繼承自 PropertyDescriptor。)
公用方法 GetType (繼承自 Object。)
受保護的方法 GetTypeFromName (繼承自 PropertyDescriptor。)
公用方法 GetValue Gets the value of the specified property. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.GetValue(Object)。)
受保護的方法 GetValueChangedHandler (繼承自 PropertyDescriptor。)
受保護的方法 MemberwiseClone (繼承自 Object。)
受保護的方法 OnValueChanged (繼承自 PropertyDescriptor。)
公用方法 RemoveValueChanged (繼承自 PropertyDescriptor。)
公用方法 ResetValue Resets the specified property to the default value. (覆寫 PropertyDescriptor.ResetValue(Object)。)
公用方法 SetValue Sets the value of the specified property. (覆寫 PropertyDescriptor.SetValue(Object, Object)。)
公用方法 ShouldSerializeValue Checks whether the value of the specified property should be persisted. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 PropertyDescriptor.ShouldSerializeValue(Object)。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

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

請參閱

參考

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