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 继承。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。