Bagikan melalui


LocalizablePropertyDescriptionAttribute Class

Provides a localized property description for a property in the property grid. This class cannot be inherited.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyDescriptionAttribute _
    Inherits DescriptionAttribute
'Usage
Dim instance As LocalizablePropertyDescriptionAttribute
[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizablePropertyDescriptionAttribute : DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizablePropertyDescriptionAttribute sealed : public DescriptionAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizablePropertyDescriptionAttribute =  
    class
        inherit DescriptionAttribute
    end
public final class LocalizablePropertyDescriptionAttribute extends DescriptionAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    System.ComponentModel.DescriptionAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescriptionAttribute

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.