Share via


Classe LocalizablePropertyDescriptor

Provides information about a localizable property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Class LocalizablePropertyDescriptor _
    Inherits PropertyDescriptor
'Utilisation
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

Le type LocalizablePropertyDescriptor expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique LocalizablePropertyDescriptor Initializes a new instance of the LocalizablePropertyDescriptor class. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Propriétés

  Nom Description
Propriété protégée AttributeArray (hérité de MemberDescriptor.)
Propriété publique Attributes (hérité de MemberDescriptor.)
Propriété publique Category Gets the localized category string for the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace MemberDescriptor. . :: . .Category.)
Propriété publique ComponentType Gets the type of the class that contains the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .ComponentType.)
Propriété publique Converter Gets the TypeConverter object that is used for this property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .Converter.)
Propriété publique Description Gets the localized description of the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace MemberDescriptor. . :: . .Description.)
Propriété publique DesignTimeOnly Gets a value that indicates whether the property can be set only at design time. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace MemberDescriptor. . :: . .DesignTimeOnly.)
Propriété publique DisplayName Gets the localized name that is displayed in object browsers. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace MemberDescriptor. . :: . .DisplayName.)
Propriété publique DisplayOrdinal Gets the ordinal at which the property should be displayed. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Propriété publique IsBrowsable Gets a value that indicates whether the property should be displayed in object browsers. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace MemberDescriptor. . :: . .IsBrowsable.)
Propriété publique IsLocalizable Gets a value that indicates whether the property value should be localized. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .IsLocalizable.)
Propriété publique IsReadOnly Gets a value that indicates whether this is a read-only property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .IsReadOnly.)
Propriété publique Name Gets the unlocalized name of the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace MemberDescriptor. . :: . .Name.)
Propriété protégée NameHashCode (hérité de MemberDescriptor.)
Propriété publique PropertyType Gets the type of the property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .PropertyType.)
Propriété publique SerializationVisibility (hérité de PropertyDescriptor.)
Propriété publique SupportsChangeEvents (hérité de PropertyDescriptor.)

Haut de la page

Méthodes

  Nom Description
Méthode publique AddValueChanged (hérité de PropertyDescriptor.)
Méthode publique CanResetValue Gets a value that indicates whether resetting the specified object will also change the value of the object. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .CanResetValue(Object).)
Méthode protégée CreateAttributeCollection (hérité de MemberDescriptor.)
Méthode protégée CreateInstance (hérité de PropertyDescriptor.)
Méthode publique Equals (hérité de PropertyDescriptor.)
Méthode protégée FillAttributes (hérité de PropertyDescriptor.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique ForceReadOnly Force read only.
Méthode publique GetChildProperties() () () () (hérité de PropertyDescriptor.)
Méthode publique GetChildProperties(array<Attribute> [] () [] []) (hérité de PropertyDescriptor.)
Méthode publique GetChildProperties(Object) (hérité de PropertyDescriptor.)
Méthode publique GetChildProperties(Object, array<Attribute> [] () [] []) (hérité de PropertyDescriptor.)
Méthode publique GetEditor (hérité de PropertyDescriptor.)
Méthode publique GetHashCode (hérité de PropertyDescriptor.)
Méthode protégée GetInvocationTarget (hérité de PropertyDescriptor.)
Méthode publique GetType (hérité de Object.)
Méthode protégée GetTypeFromName (hérité de PropertyDescriptor.)
Méthode publique GetValue Gets the value of the specified property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .GetValue(Object).)
Méthode protégée GetValueChangedHandler (hérité de PropertyDescriptor.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée OnValueChanged (hérité de PropertyDescriptor.)
Méthode publique RemoveValueChanged (hérité de PropertyDescriptor.)
Méthode publique ResetValue Resets the specified property to the default value. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .ResetValue(Object).)
Méthode publique SetValue Sets the value of the specified property. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .SetValue(Object, Object).)
Méthode publique ShouldSerializeValue Checks whether the value of the specified property should be persisted. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (remplace PropertyDescriptor. . :: . .ShouldSerializeValue(Object).)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.