Compartir a través de


ProjectVersion.CreatedTime Propiedad

Gets the create time of the project.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedTime As DateTimeOffset 
    Get
'Uso
Dim instance As ProjectVersion 
Dim value As DateTimeOffset 

value = instance.CreatedTime
[SfcPropertyAttribute(Data = true)]
public DateTimeOffset CreatedTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property DateTimeOffset CreatedTime {
    DateTimeOffset get ();
}
[<SfcPropertyAttribute(Data = true)>]
member CreatedTime : DateTimeOffset
function get CreatedTime () : DateTimeOffset

Valor de la propiedad

Tipo: System.DateTimeOffset
The create time of the project.

Vea también

Referencia

ProjectVersion Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices