LocalizablePropertyDescriptor-Klasse
Provides information about a localizable property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Vererbungshierarchie
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
Der LocalizablePropertyDescriptor-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
LocalizablePropertyDescriptor | Initializes a new instance of the LocalizablePropertyDescriptor class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AttributeArray | (Geerbt von MemberDescriptor.) | |
Attributes | (Geerbt von MemberDescriptor.) | |
Category | Gets the localized category string for the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt MemberDescriptor. . :: . .Category.) | |
ComponentType | Gets the type of the class that contains the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .ComponentType.) | |
Converter | Gets the TypeConverter object that is used for this property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .Converter.) | |
Description | Gets the localized description of the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt MemberDescriptor. . :: . .Description.) | |
DesignTimeOnly | Gets a value that indicates whether the property can be set only at design time. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt MemberDescriptor. . :: . .DesignTimeOnly.) | |
DisplayName | Gets the localized name that is displayed in object browsers. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt MemberDescriptor. . :: . .DisplayName.) | |
DisplayOrdinal | Gets the ordinal at which the property should be displayed. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. | |
IsBrowsable | Gets a value that indicates whether the property should be displayed in object browsers. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt MemberDescriptor. . :: . .IsBrowsable.) | |
IsLocalizable | Gets a value that indicates whether the property value should be localized. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .IsLocalizable.) | |
IsReadOnly | Gets a value that indicates whether this is a read-only property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .IsReadOnly.) | |
Name | Gets the unlocalized name of the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt MemberDescriptor. . :: . .Name.) | |
NameHashCode | (Geerbt von MemberDescriptor.) | |
PropertyType | Gets the type of the property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .PropertyType.) | |
SerializationVisibility | (Geerbt von PropertyDescriptor.) | |
SupportsChangeEvents | (Geerbt von PropertyDescriptor.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AddValueChanged | (Geerbt von PropertyDescriptor.) | |
CanResetValue | Gets a value that indicates whether resetting the specified object will also change the value of the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .CanResetValue(Object).) | |
CreateAttributeCollection | (Geerbt von MemberDescriptor.) | |
CreateInstance | (Geerbt von PropertyDescriptor.) | |
Equals | (Geerbt von PropertyDescriptor.) | |
FillAttributes | (Geerbt von PropertyDescriptor.) | |
Finalize | (Geerbt von Object.) | |
ForceReadOnly | Force read only. | |
GetChildProperties() () () () | (Geerbt von PropertyDescriptor.) | |
GetChildProperties(array<Attribute> [] () [] []) | (Geerbt von PropertyDescriptor.) | |
GetChildProperties(Object) | (Geerbt von PropertyDescriptor.) | |
GetChildProperties(Object, array<Attribute> [] () [] []) | (Geerbt von PropertyDescriptor.) | |
GetEditor | (Geerbt von PropertyDescriptor.) | |
GetHashCode | (Geerbt von PropertyDescriptor.) | |
GetInvocationTarget | (Geerbt von PropertyDescriptor.) | |
GetType | (Geerbt von Object.) | |
GetTypeFromName | (Geerbt von PropertyDescriptor.) | |
GetValue | Gets the value of the specified property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .GetValue(Object).) | |
GetValueChangedHandler | (Geerbt von PropertyDescriptor.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnValueChanged | (Geerbt von PropertyDescriptor.) | |
RemoveValueChanged | (Geerbt von PropertyDescriptor.) | |
ResetValue | Resets the specified property to the default value. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .ResetValue(Object).) | |
SetValue | Sets the value of the specified property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .SetValue(Object, Object).) | |
ShouldSerializeValue | Checks whether the value of the specified property should be persisted. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Überschreibt PropertyDescriptor. . :: . .ShouldSerializeValue(Object).) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.