PackageClass.CreationDate Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the date and time that the package was created.

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

Syntax

public virtual DateTime CreationDate { get; set; }
public:
property DateTime CreationDate {
    virtual DateTime get();
    virtual void set(DateTime value);
}
abstract CreationDate : DateTime with get, set
override CreationDate : DateTime with get, set
Public Overridable Property CreationDate As Date

Property Value

Type: System.DateTime

The date and time that the package was created.

Implements

IDTSPackage100.CreationDate

Remarks

For more information, see Package.

See Also

PackageClass Class
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top