Freigeben über


DtsProperty-Member

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

Der DtsProperty-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetExport Returns the export flag for the specified object.
Öffentliche Methode GetExpression Returns a String that contains the expression for the specified object. Null means no expression is assigned.
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetPackagePath Returns a String that contains the relative path to the location of the specified package.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetValue Returns the value of the property.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SetExport Sets the export flag for the specified object.
Öffentliche Methode SetExpression Assigns the specified expression to the object. Specify nullNothingnullptrunitein NULL-Verweis (Nothing in Visual Basic) to remove an existing expression from the property.
Öffentliche Methode SetValue Sets the value of the property.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang