Delen via


IDTSPackage100.CreationDate Property

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

This interface is implemented by the Package and PackageNeutral interfaces.

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