Clase LocalizablePropertyDescriptor
Provides information about a localizable property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Jerarquía de herencia
System.Object
System.ComponentModel.MemberDescriptor
System.ComponentModel.PropertyDescriptor
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Class LocalizablePropertyDescriptor _
Inherits PropertyDescriptor
'Uso
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
El tipo LocalizablePropertyDescriptor expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
LocalizablePropertyDescriptor | Initializes a new instance of the LocalizablePropertyDescriptor class. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AttributeArray | (Se hereda de MemberDescriptor.) | |
Attributes | (Se hereda de MemberDescriptor.) | |
Category | Gets the localized category string for the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida MemberDescriptor.Category.) | |
ComponentType | Gets the type of the class that contains the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.ComponentType.) | |
Converter | Gets the TypeConverter object that is used for this property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.Converter.) | |
Description | Gets the localized description of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida MemberDescriptor.Description.) | |
DesignTimeOnly | Gets a value that indicates whether the property can be set only at design time. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida MemberDescriptor.DesignTimeOnly.) | |
DisplayName | Gets the localized name that is displayed in object browsers. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida MemberDescriptor.DisplayName.) | |
DisplayOrdinal | Gets the ordinal at which the property should be displayed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
IsBrowsable | Gets a value that indicates whether the property should be displayed in object browsers. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida MemberDescriptor.IsBrowsable.) | |
IsLocalizable | Gets a value that indicates whether the property value should be localized. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.IsLocalizable.) | |
IsReadOnly | Gets a value that indicates whether this is a read-only property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.IsReadOnly.) | |
Name | Gets the unlocalized name of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida MemberDescriptor.Name.) | |
NameHashCode | (Se hereda de MemberDescriptor.) | |
PropertyType | Gets the type of the property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.PropertyType.) | |
SerializationVisibility | (Se hereda de PropertyDescriptor.) | |
SupportsChangeEvents | (Se hereda de PropertyDescriptor.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddValueChanged | (Se hereda de PropertyDescriptor.) | |
CanResetValue | Gets a value that indicates whether resetting the specified object will also change the value of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.CanResetValue(Object).) | |
CreateAttributeCollection | (Se hereda de MemberDescriptor.) | |
CreateInstance | (Se hereda de PropertyDescriptor.) | |
Equals | (Se hereda de PropertyDescriptor.) | |
FillAttributes | (Se hereda de PropertyDescriptor.) | |
Finalize | (Se hereda de Object.) | |
ForceReadOnly | Force read only. | |
GetChildProperties() | (Se hereda de PropertyDescriptor.) | |
GetChildProperties(array<Attribute[]) | (Se hereda de PropertyDescriptor.) | |
GetChildProperties(Object) | (Se hereda de PropertyDescriptor.) | |
GetChildProperties(Object, array<Attribute[]) | (Se hereda de PropertyDescriptor.) | |
GetEditor | (Se hereda de PropertyDescriptor.) | |
GetHashCode | (Se hereda de PropertyDescriptor.) | |
GetInvocationTarget | (Se hereda de PropertyDescriptor.) | |
GetType | (Se hereda de Object.) | |
GetTypeFromName | (Se hereda de PropertyDescriptor.) | |
GetValue | Gets the value of the specified property. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.GetValue(Object).) | |
GetValueChangedHandler | (Se hereda de PropertyDescriptor.) | |
MemberwiseClone | (Se hereda de Object.) | |
OnValueChanged | (Se hereda de PropertyDescriptor.) | |
RemoveValueChanged | (Se hereda de PropertyDescriptor.) | |
ResetValue | Resets the specified property to the default value. (Invalida PropertyDescriptor.ResetValue(Object).) | |
SetValue | Sets the value of the specified property. (Invalida PropertyDescriptor.SetValue(Object, Object).) | |
ShouldSerializeValue | Checks whether the value of the specified property should be persisted. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Invalida PropertyDescriptor.ShouldSerializeValue(Object).) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.