LocalizablePropertyDescriptor Class
Provides information about a localizable property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
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 (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class LocalizablePropertyDescriptor _
Inherits PropertyDescriptor
'Usage
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
The LocalizablePropertyDescriptor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalizablePropertyDescriptor | Initializes a new instance of the LocalizablePropertyDescriptor class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
AttributeArray | (Inherited from MemberDescriptor.) | |
Attributes | (Inherited from MemberDescriptor.) | |
Category | Gets the localized category string for the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Category.) | |
ComponentType | Gets the type of the class that contains the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.ComponentType.) | |
Converter | Gets the TypeConverter object that is used for this property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.Converter.) | |
Description | Gets the localized description of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Description.) | |
DesignTimeOnly | Gets a value that indicates whether the property can be set only at design time. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.DesignTimeOnly.) | |
DisplayName | Gets the localized name that is displayed in object browsers. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.DisplayName.) | |
DisplayOrdinal | Gets the ordinal at which the property should be displayed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
IsBrowsable | Gets a value that indicates whether the property should be displayed in object browsers. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.IsBrowsable.) | |
IsLocalizable | Gets a value that indicates whether the property value should be localized. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.IsLocalizable.) | |
IsReadOnly | Gets a value that indicates whether this is a read-only property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.IsReadOnly.) | |
Name | Gets the unlocalized name of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Name.) | |
NameHashCode | (Inherited from MemberDescriptor.) | |
PropertyType | Gets the type of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.PropertyType.) | |
SerializationVisibility | (Inherited from PropertyDescriptor.) | |
SupportsChangeEvents | (Inherited from PropertyDescriptor.) |
Top
Methods
Name | Description | |
---|---|---|
AddValueChanged | (Inherited from PropertyDescriptor.) | |
CanResetValue | Gets a value that indicates whether resetting the specified object will also change the value of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.CanResetValue(Object).) | |
CreateAttributeCollection | (Inherited from MemberDescriptor.) | |
CreateInstance | (Inherited from PropertyDescriptor.) | |
Equals | (Inherited from PropertyDescriptor.) | |
FillAttributes | (Inherited from PropertyDescriptor.) | |
Finalize | (Inherited from Object.) | |
ForceReadOnly | Force read only. | |
GetChildProperties() | (Inherited from PropertyDescriptor.) | |
GetChildProperties(array<Attribute[]) | (Inherited from PropertyDescriptor.) | |
GetChildProperties(Object) | (Inherited from PropertyDescriptor.) | |
GetChildProperties(Object, array<Attribute[]) | (Inherited from PropertyDescriptor.) | |
GetEditor | (Inherited from PropertyDescriptor.) | |
GetHashCode | (Inherited from PropertyDescriptor.) | |
GetInvocationTarget | (Inherited from PropertyDescriptor.) | |
GetType | (Inherited from Object.) | |
GetTypeFromName | (Inherited from PropertyDescriptor.) | |
GetValue | Gets the value of the specified property. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.GetValue(Object).) | |
GetValueChangedHandler | (Inherited from PropertyDescriptor.) | |
MemberwiseClone | (Inherited from Object.) | |
OnValueChanged | (Inherited from PropertyDescriptor.) | |
RemoveValueChanged | (Inherited from PropertyDescriptor.) | |
ResetValue | Resets the specified property to the default value. (Overrides PropertyDescriptor.ResetValue(Object).) | |
SetValue | Sets the value of the specified property. (Overrides PropertyDescriptor.SetValue(Object, Object).) | |
ShouldSerializeValue | Checks whether the value of the specified property should be persisted. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides PropertyDescriptor.ShouldSerializeValue(Object).) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.