PackageInfo Members

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.

The following tables list the members exposed by the PackageInfo type.

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms213041.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms213041.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms213041.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms213041.pubmethod(en-US,SQL.90).gifms213041.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms213041.pubmethod(en-US,SQL.90).gifms213041.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms213041.pubmethod(en-US,SQL.90).gifms213041.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms213041.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms213041.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms213041.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

PackageInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace