ProjectInfo.LastDeployedTime 属性

Gets the deployment date of the project.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<PropertyOrderAttribute()> _
<DisplayCategoryKeyAttribute("General")> _
<SfcPropertyAttribute(Data := True)> _
<DisplayNameKeyAttribute("Project_LastDeployedTime")> _
<DisplayDescriptionKeyAttribute("Project_LastDeployedTimeDesc")> _
Public ReadOnly Property LastDeployedTime As DateTimeOffset 
    Get
用法
Dim instance As ProjectInfo 
Dim value As DateTimeOffset 

value = instance.LastDeployedTime
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute("General")]
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute("Project_LastDeployedTime")]
[DisplayDescriptionKeyAttribute("Project_LastDeployedTimeDesc")]
public DateTimeOffset LastDeployedTime { get; }
[PropertyOrderAttribute()]
[DisplayCategoryKeyAttribute(L"General")]
[SfcPropertyAttribute(Data = true)]
[DisplayNameKeyAttribute(L"Project_LastDeployedTime")]
[DisplayDescriptionKeyAttribute(L"Project_LastDeployedTimeDesc")]
public:
property DateTimeOffset LastDeployedTime {
    DateTimeOffset get ();
}
[<PropertyOrderAttribute()>]
[<DisplayCategoryKeyAttribute("General")>]
[<SfcPropertyAttribute(Data = true)>]
[<DisplayNameKeyAttribute("Project_LastDeployedTime")>]
[<DisplayDescriptionKeyAttribute("Project_LastDeployedTimeDesc")>]
member LastDeployedTime : DateTimeOffset
function get LastDeployedTime () : DateTimeOffset

属性值

类型:System.DateTimeOffset
The deployment date of the project.

请参阅

参考

ProjectInfo 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间