DtsPropertyAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
表示 DTS 属性特性。
public ref class DtsPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.CLSCompliant(false)]
public sealed class DtsPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.CLSCompliant(false)>]
type DtsPropertyAttribute = class
inherit Attribute
Public NotInheritable Class DtsPropertyAttribute
Inherits Attribute
- 继承
-
DtsPropertyAttribute
- 属性
构造函数
DtsPropertyAttribute() |
初始化 DtsPropertyAttribute 类的新实例。 |
属性
TypeConverter |
获取或设置特性的类型转换器。 |
UITypeEditor |
获取或设置 UI 类型编辑器。 |