Classe LocalizablePropertyDescriptor
Provides information about a localizable property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Gerarchia di ereditarietà
System. . :: . .Object
System.ComponentModel. . :: . .MemberDescriptor
System.ComponentModel. . :: . .PropertyDescriptor
Microsoft.SqlServer.Management.Sdk.Sfc..::..LocalizablePropertyDescriptor
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Class LocalizablePropertyDescriptor _
Inherits PropertyDescriptor
'Utilizzo
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
Nel tipo LocalizablePropertyDescriptor sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
LocalizablePropertyDescriptor | Initializes a new instance of the LocalizablePropertyDescriptor class. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AttributeArray | Ereditato da MemberDescriptor. | |
Attributes | Ereditato da MemberDescriptor. | |
Category | Gets the localized category string for the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di MemberDescriptor. . :: . .Category. | |
ComponentType | Gets the type of the class that contains the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .ComponentType. | |
Converter | Gets the TypeConverter object that is used for this property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .Converter. | |
Description | Gets the localized description of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di MemberDescriptor. . :: . .Description. | |
DesignTimeOnly | Gets a value that indicates whether the property can be set only at design time. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di MemberDescriptor. . :: . .DesignTimeOnly. | |
DisplayName | Gets the localized name that is displayed in object browsers. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di MemberDescriptor. . :: . .DisplayName. | |
DisplayOrdinal | Gets the ordinal at which the property should be displayed. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. | |
IsBrowsable | Gets a value that indicates whether the property should be displayed in object browsers. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di MemberDescriptor. . :: . .IsBrowsable. | |
IsLocalizable | Gets a value that indicates whether the property value should be localized. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .IsLocalizable. | |
IsReadOnly | Gets a value that indicates whether this is a read-only property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .IsReadOnly. | |
Name | Gets the unlocalized name of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di MemberDescriptor. . :: . .Name. | |
NameHashCode | Ereditato da MemberDescriptor. | |
PropertyType | Gets the type of the property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .PropertyType. | |
SerializationVisibility | Ereditato da PropertyDescriptor. | |
SupportsChangeEvents | Ereditato da PropertyDescriptor. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddValueChanged | Ereditato da PropertyDescriptor. | |
CanResetValue | Gets a value that indicates whether resetting the specified object will also change the value of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .CanResetValue(Object). | |
CreateAttributeCollection | Ereditato da MemberDescriptor. | |
CreateInstance | Ereditato da PropertyDescriptor. | |
Equals | Ereditato da PropertyDescriptor. | |
FillAttributes | Ereditato da PropertyDescriptor. | |
Finalize | Ereditato da Object. | |
ForceReadOnly | Force read only. | |
GetChildProperties() () () () | Ereditato da PropertyDescriptor. | |
GetChildProperties(array<Attribute> [] () [] []) | Ereditato da PropertyDescriptor. | |
GetChildProperties(Object) | Ereditato da PropertyDescriptor. | |
GetChildProperties(Object, array<Attribute> [] () [] []) | Ereditato da PropertyDescriptor. | |
GetEditor | Ereditato da PropertyDescriptor. | |
GetHashCode | Ereditato da PropertyDescriptor. | |
GetInvocationTarget | Ereditato da PropertyDescriptor. | |
GetType | Ereditato da Object. | |
GetTypeFromName | Ereditato da PropertyDescriptor. | |
GetValue | Gets the value of the specified property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .GetValue(Object). | |
GetValueChangedHandler | Ereditato da PropertyDescriptor. | |
MemberwiseClone | Ereditato da Object. | |
OnValueChanged | Ereditato da PropertyDescriptor. | |
RemoveValueChanged | Ereditato da PropertyDescriptor. | |
ResetValue | Resets the specified property to the default value. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .ResetValue(Object). | |
SetValue | Sets the value of the specified property. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .SetValue(Object, Object). | |
ShouldSerializeValue | Checks whether the value of the specified property should be persisted. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Esegue l'override di PropertyDescriptor. . :: . .ShouldSerializeValue(Object). | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.