Freigeben über


PackageInfo-Member

Contains properties that return all the information relating to a package, such as the date it was created, version numbers, and package size. This class cannot be inherited.

Der PackageInfo-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 GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreationDate Gets the date and time that the package was created. This property is read-only.
Öffentliche Eigenschaft Description Gets the description given to the package when it was created. This property is read-only.
Öffentliche Eigenschaft Flags Gets an enumeration that describes whether the package is a folder or package. This property is read-only.
Öffentliche Eigenschaft Folder The name and path of the folder that contains the package. This property is read-only.
Öffentliche Eigenschaft Name Gets the name given to the package when it was created. This property is read-only.
Öffentliche Eigenschaft PackageDataSize Returns the size of data for the package. This property is read-only.
Öffentliche Eigenschaft PackageGuid Gets the unique identifier assigned to the package when it was created. This property is read-only.
Öffentliche Eigenschaft VersionBuild Returns the build version of the package. This property is read-only.
Öffentliche Eigenschaft VersionComments Returns comments associated with the package. This property is read-only.
Öffentliche Eigenschaft VersionGUID Returns a unique GUID that is generated when the package is first created. This property is read-only.
Öffentliche Eigenschaft VersionMajor Returns the major build version of the package. This property is read-only.
Öffentliche Eigenschaft VersionMinor Returns the minor build version of the package. This property is read-only.

Zum Anfang