Membri 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.
Il tipo PackageInfo espone i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Determines whether two object instances are equal. (Ereditato da DtsObject). |
![]() |
Finalize | (Ereditato da Object). |
![]() |
GetHashCode | Returns the hash code for this instance. (Ereditato da DtsObject). |
![]() |
GetType | (Ereditato da Object). |
![]() |
MemberwiseClone | (Ereditato da Object). |
![]() |
ToString | (Ereditato da Object). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
CreationDate | Gets the date and time that the package was created. This property is read-only. |
![]() |
Description | Gets the description given to the package when it was created. This property is read-only. |
![]() |
Flags | Gets an enumeration that describes whether the package is a folder or package. This property is read-only. |
![]() |
Folder | The name and path of the folder that contains the package. This property is read-only. |
![]() |
Name | Gets the name given to the package when it was created. This property is read-only. |
![]() |
PackageDataSize | Returns the size of data for the package. This property is read-only. |
![]() |
PackageGuid | Gets the unique identifier assigned to the package when it was created. This property is read-only. |
![]() |
VersionBuild | Returns the build version of the package. This property is read-only. |
![]() |
VersionComments | Returns comments associated with the package. This property is read-only. |
![]() |
VersionGUID | Returns a unique GUID that is generated when the package is first created. This property is read-only. |
![]() |
VersionMajor | Returns the major build version of the package. This property is read-only. |
![]() |
VersionMinor | Returns the minor build version of the package. This property is read-only. |
In alto