Gets the create time of the project.
命名空間: Microsoft.SqlServer.Management.IntegrationServices
組件: Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
語法
'宣告
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedTime As DateTimeOffset
Get
'用途
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
屬性值
型別:System.DateTimeOffset
The create time of the project.