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