DtsPropertyAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Importante
Esta API no es conforme a CLS.
Representa el atributo de propiedad de 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
- Herencia
-
DtsPropertyAttribute
- Atributos
Constructores
DtsPropertyAttribute() |
Inicializa una nueva instancia de la clase DtsPropertyAttribute. |
Propiedades
TypeConverter |
Obtiene o establece el convertidor de tipos del atributo. |
UITypeEditor |
Obtiene o establece el editor de tipo de interfaz de usuario. |