IDTSPackageInfo100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
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.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | CreationDate | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the date and time that the package was created. This property is read-only. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the description given to the package when it was created. This property is read-only. |
![]() | Flags | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an enumeration that describes whether the package is a folder or package. This property is read-only. |
![]() | Folder | This API supports the product infrastructure and is not intended to be used directly from your code. The name and path of the folder that contains the package. This property is read-only. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name given to the package when it was created. This property is read-only. |
![]() | PackageDataSize | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the size of data for the package. This property is read-only. |
![]() | PackageGuid | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the unique identifier assigned to the package when it was created. This property is read-only. |
![]() | VersionBuild | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the build version of the package. This property is read-only. |
![]() | VersionComments | This API supports the product infrastructure and is not intended to be used directly from your code. Returns comments associated with the package. This property is read-only. |
![]() | VersionGUID | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a unique GUID that is generated when the package is first created. This property is read-only. |
![]() | VersionMajor | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the major build version of the package. This property is read-only. |
![]() | VersionMinor | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the minor build version of the package. This property is read-only. |
For more information, see PackageInfo.
