DtsPropertyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents the DTS property attribute.
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
- Inheritance
-
DtsPropertyAttribute
- Attributes
Constructors
DtsPropertyAttribute() |
Initializes a new instance of the DtsPropertyAttribute class. |
Properties
TypeConverter |
Gets or sets the type converter for the attribute. |
UITypeEditor |
Gets or sets the UI type editor. |