ProjectInfo.LastDeployedTime プロパティ

プロジェクトの配置日付を取得します。

名前空間:  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
プロジェクトの配置日付。

関連項目

参照

ProjectInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間