Classe LocalizablePropertyDescriptor
Provides information about a localizable property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
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 (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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
O tipo LocalizablePropertyDescriptor expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LocalizablePropertyDescriptor | Initializes a new instance of the LocalizablePropertyDescriptor class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeArray | (Herdado de MemberDescriptor.) | |
Attributes | (Herdado de MemberDescriptor.) | |
Category | Gets the localized category string for the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui MemberDescriptor.Category.) | |
ComponentType | Gets the type of the class that contains the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.ComponentType.) | |
Converter | Gets the TypeConverter object that is used for this property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.Converter.) | |
Description | Gets the localized description of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui MemberDescriptor.Description.) | |
DesignTimeOnly | Gets a value that indicates whether the property can be set only at design time. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui MemberDescriptor.DesignTimeOnly.) | |
DisplayName | Gets the localized name that is displayed in object browsers. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui MemberDescriptor.DisplayName.) | |
DisplayOrdinal | Gets the ordinal at which the property should be displayed. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
IsBrowsable | Gets a value that indicates whether the property should be displayed in object browsers. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui MemberDescriptor.IsBrowsable.) | |
IsLocalizable | Gets a value that indicates whether the property value should be localized. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.IsLocalizable.) | |
IsReadOnly | Gets a value that indicates whether this is a read-only property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.IsReadOnly.) | |
Name | Gets the unlocalized name of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui MemberDescriptor.Name.) | |
NameHashCode | (Herdado de MemberDescriptor.) | |
PropertyType | Gets the type of the property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.PropertyType.) | |
SerializationVisibility | (Herdado de PropertyDescriptor.) | |
SupportsChangeEvents | (Herdado de PropertyDescriptor.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddValueChanged | (Herdado de PropertyDescriptor.) | |
CanResetValue | Gets a value that indicates whether resetting the specified object will also change the value of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.CanResetValue(Object).) | |
CreateAttributeCollection | (Herdado de MemberDescriptor.) | |
CreateInstance | (Herdado de PropertyDescriptor.) | |
Equals | (Herdado de PropertyDescriptor.) | |
FillAttributes | (Herdado de PropertyDescriptor.) | |
Finalize | (Herdado de Object.) | |
ForceReadOnly | Force read only. | |
GetChildProperties() | (Herdado de PropertyDescriptor.) | |
GetChildProperties(array<Attribute[]) | (Herdado de PropertyDescriptor.) | |
GetChildProperties(Object) | (Herdado de PropertyDescriptor.) | |
GetChildProperties(Object, array<Attribute[]) | (Herdado de PropertyDescriptor.) | |
GetEditor | (Herdado de PropertyDescriptor.) | |
GetHashCode | (Herdado de PropertyDescriptor.) | |
GetInvocationTarget | (Herdado de PropertyDescriptor.) | |
GetType | (Herdado de Object.) | |
GetTypeFromName | (Herdado de PropertyDescriptor.) | |
GetValue | Gets the value of the specified property. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.GetValue(Object).) | |
GetValueChangedHandler | (Herdado de PropertyDescriptor.) | |
MemberwiseClone | (Herdado de Object.) | |
OnValueChanged | (Herdado de PropertyDescriptor.) | |
RemoveValueChanged | (Herdado de PropertyDescriptor.) | |
ResetValue | Resets the specified property to the default value. (Substitui PropertyDescriptor.ResetValue(Object).) | |
SetValue | Sets the value of the specified property. (Substitui PropertyDescriptor.SetValue(Object, Object).) | |
ShouldSerializeValue | Checks whether the value of the specified property should be persisted. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Substitui PropertyDescriptor.ShouldSerializeValue(Object).) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.