Partilhar via


Propriedade do RDL Project.CreationDate

Gets or sets the date and time that the project was created.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Property CreationDate As DateTimeOffset 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.DateTimeOffset
The date and time that the project was created.

Consulte também

Referência

Project Classe

Namespace Microsoft.SqlServer.Dts.Runtime