Delen via


DtsProperty Members

Include Protected Members
Include Inherited Members

Contains properties and methods used by several containers on their properties. This class cannot be inherited.

The DtsProperty type exposes the following members.

Methods

  Name Description
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetExport(Object) Returns the export flag for the specified object.
Public method GetExpression(Object) Returns a String that contains the expression for the specified object. Null means no expression is assigned.
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetPackagePath(Object) Returns a String that contains the relative path to the location of the specified package.
Public method GetType() (Inherited from Object.)
Public method GetValue(Object) Returns the value of the property.
Protected method MemberwiseClone() (Inherited from Object.)
Public method SetExport(Object, Boolean) Sets the export flag for the specified object.
Public method SetExpression(Object, String) Assigns the specified expression to the object. Specify nulla null reference (Nothing in Visual Basic) to remove an existing expression from the property.
Public method SetValue(Object, Object) Sets the value of the property.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ConnectionType Returns the name of the connection manager used to create the connection. This field is read-only.
Public property Get Returns a Boolean that indicates whether a property value can be read. This field is read-only.
Public property Name Returns the name of the property. This field is read-only.
Public property PropertyKind Gets the DTSPropertyKind enumeration that contains information about the custom attributes on a property. This information is used by the designer.
Public property Set Returns a Boolean that indicates whether the referenced object property is changeable. This field is read-only.
Public property Type Returns the data type of the parameter. This field is read-only.
Public property TypeConverter Returns the assembly-qualified type name of the type converter object for the property.
Public property UITypeEditor Returns the assembly-qualified type name of the graphical editor for the property. This type is read-only.

Top