PackageCreationDate Property

DTS Programming

DTS Programming

PackageCreationDate Property

The PackageCreationDate property specifies the date and time that the Data Transformation Services (DTS) package was first created.

Applies To
SavedPackageInfo Object
Syntax

[date =] object.PackageCreationDate

Part Description
object Expression that evaluates to a SavedPackageInfo object
date Date the package version was created

Data Type

Date

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetPackageCreationDate(DATE *pRetVal);

See Also

CreationDate Property