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 네임스페이스