DtsPropertyAttribute 类

定义

重要

此 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 类型编辑器。

适用于