Класс LocalizablePropertyDescriptor
Provides information about a localizable property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Иерархия наследования
System.Object
System.ComponentModel.MemberDescriptor
System.ComponentModel.PropertyDescriptor
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizablePropertyDescriptor
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Class LocalizablePropertyDescriptor _
Inherits PropertyDescriptor
'Применение
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
Тип LocalizablePropertyDescriptor обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
LocalizablePropertyDescriptor | Initializes a new instance of the LocalizablePropertyDescriptor class. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. |
В начало
Свойства
Имя | Описание | |
---|---|---|
AttributeArray | (Производный от MemberDescriptor.) | |
Attributes | (Производный от MemberDescriptor.) | |
Category | Gets the localized category string for the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет MemberDescriptor.Category.) | |
ComponentType | Gets the type of the class that contains the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.ComponentType.) | |
Converter | Gets the TypeConverter object that is used for this property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.Converter.) | |
Description | Gets the localized description of the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет MemberDescriptor.Description.) | |
DesignTimeOnly | Gets a value that indicates whether the property can be set only at design time. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет MemberDescriptor.DesignTimeOnly.) | |
DisplayName | Gets the localized name that is displayed in object browsers. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет MemberDescriptor.DisplayName.) | |
DisplayOrdinal | Gets the ordinal at which the property should be displayed. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. | |
IsBrowsable | Gets a value that indicates whether the property should be displayed in object browsers. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет MemberDescriptor.IsBrowsable.) | |
IsLocalizable | Gets a value that indicates whether the property value should be localized. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.IsLocalizable.) | |
IsReadOnly | Gets a value that indicates whether this is a read-only property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.IsReadOnly.) | |
Name | Gets the unlocalized name of the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет MemberDescriptor.Name.) | |
NameHashCode | (Производный от MemberDescriptor.) | |
PropertyType | Gets the type of the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.PropertyType.) | |
SerializationVisibility | (Производный от PropertyDescriptor.) | |
SupportsChangeEvents | (Производный от PropertyDescriptor.) |
В начало
Методы
Имя | Описание | |
---|---|---|
AddValueChanged | (Производный от PropertyDescriptor.) | |
CanResetValue | Gets a value that indicates whether resetting the specified object will also change the value of the object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.CanResetValue(Object).) | |
CreateAttributeCollection | (Производный от MemberDescriptor.) | |
CreateInstance | (Производный от PropertyDescriptor.) | |
Equals | (Производный от PropertyDescriptor.) | |
FillAttributes | (Производный от PropertyDescriptor.) | |
Finalize | (Производный от Object.) | |
ForceReadOnly | Force read only. | |
GetChildProperties() | (Производный от PropertyDescriptor.) | |
GetChildProperties(array<Attribute[]) | (Производный от PropertyDescriptor.) | |
GetChildProperties(Object) | (Производный от PropertyDescriptor.) | |
GetChildProperties(Object, array<Attribute[]) | (Производный от PropertyDescriptor.) | |
GetEditor | (Производный от PropertyDescriptor.) | |
GetHashCode | (Производный от PropertyDescriptor.) | |
GetInvocationTarget | (Производный от PropertyDescriptor.) | |
GetType | (Производный от Object.) | |
GetTypeFromName | (Производный от PropertyDescriptor.) | |
GetValue | Gets the value of the specified property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.GetValue(Object).) | |
GetValueChangedHandler | (Производный от PropertyDescriptor.) | |
MemberwiseClone | (Производный от Object.) | |
OnValueChanged | (Производный от PropertyDescriptor.) | |
RemoveValueChanged | (Производный от PropertyDescriptor.) | |
ResetValue | Resets the specified property to the default value. (Переопределяет PropertyDescriptor.ResetValue(Object).) | |
SetValue | Sets the value of the specified property. (Переопределяет PropertyDescriptor.SetValue(Object, Object).) | |
ShouldSerializeValue | Checks whether the value of the specified property should be persisted. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Переопределяет PropertyDescriptor.ShouldSerializeValue(Object).) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.