DeployedDac.DeployedDate 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DeployedDate As DateTime 
    Get
‘사용 방법
Dim instance As DeployedDac 
Dim value As DateTime 

value = instance.DeployedDate
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTime DeployedDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTime DeployedDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DeployedDate : DateTime
function get DeployedDate () : DateTime

속성 값

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

VC#

System.Console.WriteLine(deployedDac.DeployedDate);

VB

System.Console.WriteLine(deployedDac.DeployedDate)

PowerShell

Write-Host $deployedDac.DeployedDate

참고 항목

참조

DeployedDac 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스