PackageClass.CreationDate Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Package.
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 PackageClass
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