Propriété Project.CreationDate
Gets or sets the date and time that the project was created.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Property CreationDate As DateTimeOffset
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.DateTimeOffset
The date and time that the project was created.