DeployedDac.DeployedDate 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 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