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 | |
---|---|---|
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 | |
---|---|---|
AttributeArray | (hérité de MemberDescriptor.) | |
Attributes | (hérité de MemberDescriptor.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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. | |
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.) | |
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.) | |
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.) | |
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.) | |
NameHashCode | (hérité de MemberDescriptor.) | |
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.) | |
SerializationVisibility | (hérité de PropertyDescriptor.) | |
SupportsChangeEvents | (hérité de PropertyDescriptor.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
AddValueChanged | (hérité de PropertyDescriptor.) | |
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).) | |
CreateAttributeCollection | (hérité de MemberDescriptor.) | |
CreateInstance | (hérité de PropertyDescriptor.) | |
Equals | (hérité de PropertyDescriptor.) | |
FillAttributes | (hérité de PropertyDescriptor.) | |
Finalize | (hérité de Object.) | |
ForceReadOnly | Force read only. | |
GetChildProperties() () () () | (hérité de PropertyDescriptor.) | |
GetChildProperties(array<Attribute> [] () [] []) | (hérité de PropertyDescriptor.) | |
GetChildProperties(Object) | (hérité de PropertyDescriptor.) | |
GetChildProperties(Object, array<Attribute> [] () [] []) | (hérité de PropertyDescriptor.) | |
GetEditor | (hérité de PropertyDescriptor.) | |
GetHashCode | (hérité de PropertyDescriptor.) | |
GetInvocationTarget | (hérité de PropertyDescriptor.) | |
GetType | (hérité de Object.) | |
GetTypeFromName | (hérité de PropertyDescriptor.) | |
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).) | |
GetValueChangedHandler | (hérité de PropertyDescriptor.) | |
MemberwiseClone | (hérité de Object.) | |
OnValueChanged | (hérité de PropertyDescriptor.) | |
RemoveValueChanged | (hérité de PropertyDescriptor.) | |
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).) | |
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).) | |
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).) | |
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.