다음을 통해 공유


DeployedDac.LastReportedTime 속성

Gets the last time reported by the deployed DAC.

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

구문

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

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

속성 값

유형: System.DateTimeOffset
A DateTimeOffset value that specifies the time and date last reported.

참고 항목

참조

DeployedDac 클래스

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