LocalizablePropertyCategoryAttribute Class

Provides a localized category for a property. This class cannot be inherited.

命名空間: Microsoft.SqlServer.Dts.Runtime.Localization
組件: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

語法

'宣告
<AttributeUsageAttribute(AttributeTargets.All)> _
Public NotInheritable Class LocalizablePropertyCategoryAttribute
    Inherits CategoryAttribute
[AttributeUsageAttribute(AttributeTargets.All)] 
public sealed class LocalizablePropertyCategoryAttribute : CategoryAttribute
[AttributeUsageAttribute(AttributeTargets::All)] 
public ref class LocalizablePropertyCategoryAttribute sealed : public CategoryAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.All) */ 
public final class LocalizablePropertyCategoryAttribute extends CategoryAttribute
AttributeUsageAttribute(AttributeTargets.All) 
public final class LocalizablePropertyCategoryAttribute extends CategoryAttribute

備註

A CategoryAttribute indicates the category to associate the property or event with when listing properties or events in a System.Windows.Forms.PropertyGrid control set to Categorized mode. For more information, see "CategoryAttribute Class" in the .NET Framework Class Library.

Inheritance Hierarchy

System.Object
   System.Attribute
     System.ComponentModel.CategoryAttribute
      Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategoryAttribute

執行緒安全性

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

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

LocalizablePropertyCategoryAttribute Members
Microsoft.SqlServer.Dts.Runtime.Localization Namespace