Contains properties and methods used by several containers on their properties. This class cannot be inherited.
The following tables list the members exposed by the DtsProperty type.
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | ConnectionType | Returns the name of the connection manager used to create the connection. This field is read-only. | 
| .gif) | Get | Returns a Boolean that indicates whether a property value can be read. This field is read-only. | 
| .gif) | Name | Returns the name of the property. This field is read-only. | 
| .gif) | PropertyKind | Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. This information is used by the designer. | 
| .gif) | Set | Returns a Boolean that indicates whether the referenced object property is changeable. This field is read-only. | 
| .gif) | Type | Returns the data type of the parameter. This field is read-only. | 
| .gif) | TypeConverter | Returns the assembly-qualified type name of the type converter object for the property. | 
| .gif) | UITypeEditor | Returns the assembly-qualified type name of the graphical editor for the property. This type is read-only. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from DtsObject ) | 
| .gif) | GetExport | Returns the export flag for the specified object. | 
| .gif) | GetExpression | Returns a String that contains the expression for the specified object. Null means no expression is assigned. | 
| .gif) | GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | 
| .gif) | GetPackagePath | Returns a String that contains the relative path to the location of the specified package. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | GetValue | Returns the value of the property. | 
| .gif) .gif) | op_Equality | (inherited from DtsObject ) | 
| .gif) .gif) | op_Inequality | (inherited from DtsObject ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | SetExport | Sets the export flag for the specified object. | 
| .gif) | SetExpression | Assigns the specified expression to the object. Specify null to remove an existing expression from the property. | 
| .gif) | SetValue | Sets the value of the property. | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部