Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the timestamp of the error during the last connection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastConnectErrorTimestamp As DateTime
Get
'Usage
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
Property Value
Type: System.DateTime
The timestamp of the error during the last connection.