ProjectInfo.LastDeployedTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the deployment date of the project.
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
Property Value
The deployment date of the project.
- Attributes