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.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

System::Object
  System.ComponentModel::MemberDescriptor
    Microsoft.SqlServer.Management.Sdk.Sfc::LocalizableMemberDescriptor

public ref class LocalizableMemberDescriptor : MemberDescriptor

NameDescription
System_CAPS_pubmethodLocalizableMemberDescriptor(Type^, ResourceManager^, Boolean)

Initializes a new instance of the LocalizableMemberDescriptor class. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

NameDescription
System_CAPS_protpropertyAttributeArray

(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyAttributes

(Inherited from MemberDescriptor.)

System_CAPS_pubpropertyCategory

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.)

System_CAPS_pubpropertyDescription

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.)

System_CAPS_pubpropertyDesignTimeOnly

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.)

System_CAPS_pubpropertyDisplayName

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.)

System_CAPS_pubpropertyIsBrowsable

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.)

System_CAPS_pubpropertyName

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.)

System_CAPS_protpropertyNameHashCode

(Inherited from MemberDescriptor.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: