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
Public method 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
Protected property AttributeArray (Inherited from MemberDescriptor.)
Public property Attributes (Inherited from MemberDescriptor.)
Public property Category Gets the localized category string for the member. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Category.)
Public property Description Gets the localized description of the member. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides MemberDescriptor.Description.)
Public property DesignTimeOnly Gets a value that indicates whether the member 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.)
Public property 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.)
Public property 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.)
Public property 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.)
Protected property NameHashCode (Inherited from MemberDescriptor.)

Top

Methods

  Name Description
Protected method CreateAttributeCollection (Inherited from MemberDescriptor.)
Public method Equals (Inherited from MemberDescriptor.)
Protected method FillAttributes (Inherited from MemberDescriptor.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from MemberDescriptor.)
Protected method GetInvocationTarget (Inherited from MemberDescriptor.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.