Share via


PackageNeutralClass.CreationDate Property

This API supports the SQL Server 2012 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

'Declaration
Public Overridable Property CreationDate As DateTime 
    Get 
    Set
'Usage
Dim instance As PackageNeutralClass 
Dim value As DateTime 

value = instance.CreationDate

instance.CreationDate = value
public virtual DateTime CreationDate { get; set; }
public:
virtual property DateTime CreationDate {
    DateTime get ();
    void set (DateTime value);
}
abstract CreationDate : DateTime with get, set 
override CreationDate : DateTime with get, set
function get CreationDate () : DateTime 
function set CreationDate (value : DateTime)

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

Reference

PackageNeutralClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace