IDTSPackage100.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
Property CreationDate As DateTime
Get
Set
'Usage
Dim instance As IDTSPackage100
Dim value As DateTime
value = instance.CreationDate
instance.CreationDate = value
DateTime CreationDate { get; set; }
property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
abstract 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.
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.