Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices