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 型エディターを取得します。値の設定も可能です。

適用対象