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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("45E34694-90E3-4BD2-B215-161279C7BB75")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSPackageInfo100

NameDescription
System_CAPS_pubpropertyCreationDate

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.

System_CAPS_pubpropertyDescription

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.

System_CAPS_pubpropertyFlags

Gets an enumeration that describes whether the package is a folder or package. This property is read-only.

System_CAPS_pubpropertyFolder

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.

System_CAPS_pubpropertyName

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.

System_CAPS_pubpropertyPackageDataSize

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.

System_CAPS_pubpropertyPackageGuid

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.

System_CAPS_pubpropertyVersionBuild

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.

System_CAPS_pubpropertyVersionComments

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.

System_CAPS_pubpropertyVersionGUID

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.

System_CAPS_pubpropertyVersionMajor

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.

System_CAPS_pubpropertyVersionMinor

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.

Return to top
Show: