DtsPropertyAttribute Classe

Définition

Important

Cette API n’est pas conforme CLS.

Représente l'attribut de propriété 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
Héritage
DtsPropertyAttribute
Attributs

Constructeurs

DtsPropertyAttribute()

Initialise une nouvelle instance de la classe DtsPropertyAttribute.

Propriétés

TypeConverter

Obtient ou définit le convertisseur de type pour l'attribut.

UITypeEditor

Obtient ou définit l'éditeur de type d'interface utilisateur.

S’applique à