DtsPropertyAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Importante
Esta API não está em conformidade com CLS.
Representa o atributo da propriedade 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
- Herança
-
DtsPropertyAttribute
- Atributos
Construtores
DtsPropertyAttribute() |
Inicializa uma nova instância da classe DtsPropertyAttribute. |
Propriedades
TypeConverter |
Obtém ou define o conversor de tipo do atributo. |
UITypeEditor |
Obtém ou define o editor de tipo de interface do usuário. |