Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.