Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time that the project was created.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property CreationDate As DateTimeOffset
Get
Set
'Usage
Dim instance As Project
Dim value As DateTimeOffset
value = instance.CreationDate
instance.CreationDate = value
public DateTimeOffset CreationDate { get; set; }
public:
property DateTimeOffset CreationDate {
DateTimeOffset get ();
void set (DateTimeOffset value);
}
member CreationDate : DateTimeOffset with get, set
function get CreationDate () : DateTimeOffset
function set CreationDate (value : DateTimeOffset)
Property Value
Type: System.DateTimeOffset
The date and time that the project was created.