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 | |
---|---|---|
![]() |
ConnectionType | Returns the name of the connection manager used to create the connection. This field is read-only. |
![]() |
Get | Returns a Boolean that indicates whether a property value can be read. This field is read-only. |
![]() |
Name | Returns the name of the property. This field is read-only. |
![]() |
PropertyKind | Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. This information is used by the designer. |
![]() |
Set | Returns a Boolean that indicates whether the referenced object property is changeable. This field is read-only. |
![]() |
Type | Returns the data type of the parameter. This field is read-only. |
![]() |
TypeConverter | Returns the assembly-qualified type name of the type converter object for the property. |
![]() |
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 | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from DtsObject ) |
![]() |
GetExport | Returns the export flag for the specified object. |
![]() |
GetExpression | Returns a String that contains the expression for the specified object. Null means no expression is assigned. |
![]() |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) |
![]() |
GetPackagePath | Returns a String that contains the relative path to the ___location of the specified package. |
![]() |
GetType | (inherited from Object ) |
![]() |
GetValue | Returns the value of the property. |
![]() ![]() |
op_Equality | (inherited from DtsObject ) |
![]() ![]() |
op_Inequality | (inherited from DtsObject ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
SetExport | Sets the export flag for the specified object. |
![]() |
SetExpression | Assigns the specified expression to the object. Specify null to remove an existing expression from the property. |
![]() |
SetValue | Sets the value of the property. |
![]() |
ToString | (inherited from Object ) |
顶部
Protected Methods
名称 | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
顶部