ProjectInfo.LastDeployedTime Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает дату развертывания проекта.
public:
property DateTimeOffset LastDeployedTime { DateTimeOffset get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Project_LastDeployedTimeDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Project_LastDeployedTime")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[Microsoft.SqlServer.Management.Sdk.Sfc.PropertyOrder(4)]
[System.ComponentModel.ReadOnly(true)]
public DateTimeOffset LastDeployedTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Project_LastDeployedTimeDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Project_LastDeployedTime")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.PropertyOrder(4)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.LastDeployedTime : DateTimeOffset
Public ReadOnly Property LastDeployedTime As DateTimeOffset
Значение свойства
Дата развертывания проекта.
- Атрибуты