Propriedade do RDL ProjectVersion.CreatedTime
Gets the create time of the project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.DateTimeOffset
The create time of the project.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices