DtsPropertyAttribute Clase

Definición

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.

Se aplica a