ManagedInstance.LastReportedTime プロパティ

サーバー インスタンス オブジェクトのプロパティに関する最終報告時刻を取得します。

名前空間:  Microsoft.SqlServer.Management.Utility
アセンブリ:  Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
<DmfIgnorePropertyAttribute> _
Public ReadOnly Property LastReportedTime As DateTimeOffset 
    Get
'使用
Dim instance As ManagedInstance 
Dim value As DateTimeOffset 

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

プロパティ値

型: System.DateTimeOffset
サーバー インスタンスのプロパティが最後に報告された日時を示す DateTime 値です。

関連項目

参照

ManagedInstance クラス

Microsoft.SqlServer.Management.Utility 名前空間