Partager via


Membres PackageInfo

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.

Le type PackageInfo 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 GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

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

Haut de la page