Share via


DtsProperty Members

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

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212149.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212149.pubmethod(en-US,SQL.90).gif GetExport Returns the export flag for the specified object.
ms212149.pubmethod(en-US,SQL.90).gif GetExpression Returns a String that contains the expression for the specified object. Null means no expression is assigned.
ms212149.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212149.pubmethod(en-US,SQL.90).gif GetPackagePath Returns a String that contains the relative path to the location of the specified package.
ms212149.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212149.pubmethod(en-US,SQL.90).gif GetValue Returns the value of the property.
ms212149.pubmethod(en-US,SQL.90).gifms212149.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212149.pubmethod(en-US,SQL.90).gifms212149.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212149.pubmethod(en-US,SQL.90).gifms212149.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212149.pubmethod(en-US,SQL.90).gif SetExport Sets the export flag for the specified object.
ms212149.pubmethod(en-US,SQL.90).gif SetExpression Assigns the specified expression to the object. Specify null to remove an existing expression from the property.
ms212149.pubmethod(en-US,SQL.90).gif SetValue Sets the value of the property.
ms212149.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms212149.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212149.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DtsProperty Class
Microsoft.SqlServer.Dts.Runtime Namespace