DtsPropertyAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |