DeployedDac.DeployedDate Property

Definition

Gets the time and date when the DAC package was deployed on the instance of SQL Server.

public:
 property DateTime DeployedDate { DateTime get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public DateTime DeployedDate { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.DeployedDate : DateTime
Public ReadOnly Property DeployedDate As DateTime

Property Value

A DateTime value that specifies the cache directory where temporary files can be stored during deployment onto the instance of SQL Server.

Attributes

Examples

VC#

System.Console.WriteLine(deployedDac.DeployedDate);  

VB

System.Console.WriteLine(deployedDac.DeployedDate)  

PowerShell

Write-Host $deployedDac.DeployedDate  

Applies to