LocalizablePropertyDescriptor Class

Provides information about a localizable property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

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

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Class LocalizablePropertyDescriptor _
    Inherits PropertyDescriptor
'Usage
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

The LocalizablePropertyDescriptor type exposes the following members.

Constructors

  Name Description
Public method LocalizablePropertyDescriptor Initializes a new instance of the LocalizablePropertyDescriptor class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Protected property AttributeArray (Inherited from MemberDescriptor.)
Public property Attributes (Inherited from MemberDescriptor.)
Public property Category Gets the localized category string for the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Category.)
Public property ComponentType Gets the type of the class that contains the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.ComponentType.)
Public property Converter Gets the TypeConverter object that is used for this property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.Converter.)
Public property Description Gets the localized description of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Description.)
Public property DesignTimeOnly Gets a value that indicates whether the property can be set only at design time. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.DesignTimeOnly.)
Public property DisplayName Gets the localized name that is displayed in object browsers. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.DisplayName.)
Public property DisplayOrdinal Gets the ordinal at which the property should be displayed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property IsBrowsable Gets a value that indicates whether the property should be displayed in object browsers. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.IsBrowsable.)
Public property IsLocalizable Gets a value that indicates whether the property value should be localized. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.IsLocalizable.)
Public property IsReadOnly Gets a value that indicates whether this is a read-only property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.IsReadOnly.)
Public property Name Gets the unlocalized name of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Name.)
Protected property NameHashCode (Inherited from MemberDescriptor.)
Public property PropertyType Gets the type of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.PropertyType.)
Public property SerializationVisibility (Inherited from PropertyDescriptor.)
Public property SupportsChangeEvents (Inherited from PropertyDescriptor.)

Top

Methods

  Name Description
Public method AddValueChanged (Inherited from PropertyDescriptor.)
Public method CanResetValue Gets a value that indicates whether resetting the specified object will also change the value of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.CanResetValue(Object).)
Protected method CreateAttributeCollection (Inherited from MemberDescriptor.)
Protected method CreateInstance (Inherited from PropertyDescriptor.)
Public method Equals (Inherited from PropertyDescriptor.)
Protected method FillAttributes (Inherited from PropertyDescriptor.)
Protected method Finalize (Inherited from Object.)
Public method ForceReadOnly Force read only.
Public method GetChildProperties() (Inherited from PropertyDescriptor.)
Public method GetChildProperties(array<Attribute[]) (Inherited from PropertyDescriptor.)
Public method GetChildProperties(Object) (Inherited from PropertyDescriptor.)
Public method GetChildProperties(Object, array<Attribute[]) (Inherited from PropertyDescriptor.)
Public method GetEditor (Inherited from PropertyDescriptor.)
Public method GetHashCode (Inherited from PropertyDescriptor.)
Protected method GetInvocationTarget (Inherited from PropertyDescriptor.)
Public method GetType (Inherited from Object.)
Protected method GetTypeFromName (Inherited from PropertyDescriptor.)
Public method GetValue Gets the value of the specified property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.GetValue(Object).)
Protected method GetValueChangedHandler (Inherited from PropertyDescriptor.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnValueChanged (Inherited from PropertyDescriptor.)
Public method RemoveValueChanged (Inherited from PropertyDescriptor.)
Public method ResetValue Resets the specified property to the default value. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.ResetValue(Object).)
Public method SetValue Sets the value of the specified property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.SetValue(Object, Object).)
Public method ShouldSerializeValue Checks whether the value of the specified property should be persisted. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.ShouldSerializeValue(Object).)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.