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 命名空间