Поделиться через


Свойство AvailabilityReplica.LastConnectErrorTimestamp

Gets the timestamp of the error during the last connection.

Пространство имен:  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
The timestamp of the error during the last connection.

См. также

Справочник

AvailabilityReplica Класс

Пространство имен Microsoft.SqlServer.Management.Smo