DtsPropertyAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
表示 DTS 屬性 (Property) 的屬性 (Attribute)。
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 類型編輯器。 |