DtsPropertyAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Importante
Questa API non è conforme a CLS.
Rappresenta l'attributo della proprietà 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
- Ereditarietà
-
DtsPropertyAttribute
- Attributi
Costruttori
DtsPropertyAttribute() |
Inizializza una nuova istanza della classe DtsPropertyAttribute. |
Proprietà
TypeConverter |
Ottiene o imposta il convertitore di tipi dell'attributo. |
UITypeEditor |
Ottiene o imposta l'editor di tipo dell'interfaccia utente. |