AvailabilityReplica.LastConnectErrorTimestamp プロパティ

前回の接続中に発生したエラーのタイムスタンプを取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastConnectErrorTimestamp As DateTime 
    Get
'使用
Dim instance As AvailabilityReplica 
Dim value As DateTime 

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

プロパティ値

型: System.DateTime
前回の接続中に発生したエラーのタイムスタンプです。

関連項目

参照

AvailabilityReplica クラス

Microsoft.SqlServer.Management.Smo 名前空間