Partager via


Membres DtsProperty

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

Le type DtsProperty expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetExport Returns the export flag for the specified object.
Méthode publique GetExpression Returns a String that contains the expression for the specified object. Null means no expression is assigned.
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetPackagePath Returns a String that contains the relative path to the location of the specified package.
Méthode publique GetType (Hérité de Object.)
Méthode publique GetValue Returns the value of the property.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique SetExport Sets the export flag for the specified object.
Méthode publique SetExpression Assigns the specified expression to the object. Specify nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) to remove an existing expression from the property.
Méthode publique SetValue Sets the value of the property.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page