ExtendedProperty-Member

This class contains members that hold additional information about a package.

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

Methoden

  Name Beschreibung
Öffentliche Methode Dispose Releases the resources used by the instance of this class.
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationName Returns the string that is used by the run-time engine to create an instance of the ExtendedProperty object and to add the object to the ExtendedProperties collection. This property is read-only.
Öffentliche Eigenschaft DataType Gets the DataType of the value stored in this instance for the package. This field is read-only.
Öffentliche Eigenschaft Description Gets or sets the description related to the property stored in this instance.
Öffentliche Eigenschaft ID Gets the GUID for this instance.
Öffentliche Eigenschaft Name Gets or sets a name for what is stored in this instance.
Öffentliche Eigenschaft Namespace Gets or sets the namespace associated with this information.
Öffentliche Eigenschaft Site Infrastruktur.
Öffentliche Eigenschaft Value Gets or sets the value for the information stored in this instance.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed Adds an event handler to listen to the Disposed event.

Zum Anfang