LocalizableMemberDescriptor Class
Used with the LocalizableTypeConverter class to return member information for types. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
System.ComponentModel.MemberDescriptor
Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableMemberDescriptor
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class LocalizableMemberDescriptor _
Inherits MemberDescriptor
'Usage
Dim instance As LocalizableMemberDescriptor
public class LocalizableMemberDescriptor : MemberDescriptor
public ref class LocalizableMemberDescriptor : public MemberDescriptor
type LocalizableMemberDescriptor =
class
inherit MemberDescriptor
end
public class LocalizableMemberDescriptor extends MemberDescriptor
The LocalizableMemberDescriptor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalizableMemberDescriptor | Initializes a new instance of the LocalizableMemberDescriptor 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 member. (Overrides MemberDescriptor.Category.) | |
Description | Gets the localized description of the member. (Overrides MemberDescriptor.Description.) | |
DesignTimeOnly | Gets a value that indicates whether the member can be set only at design time. (Overrides MemberDescriptor.DesignTimeOnly.) | |
DisplayName | Gets the localized name that is displayed in object browsers. (Overrides MemberDescriptor.DisplayName.) | |
IsBrowsable | Gets a value that indicates whether the member should be displayed in object browsers. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.IsBrowsable.) | |
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.) |
Top
Methods
Name | Description | |
---|---|---|
CreateAttributeCollection | (Inherited from MemberDescriptor.) | |
Equals | (Inherited from MemberDescriptor.) | |
FillAttributes | (Inherited from MemberDescriptor.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from MemberDescriptor.) | |
GetInvocationTarget | (Inherited from MemberDescriptor.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from 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.