Partilhar via


Propriedade do RDL AvailabilityReplica.LastConnectErrorTimestamp

Gets the timestamp of the error during the last connection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastConnectErrorTimestamp As DateTime 
    Get
'Uso
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

Valor da propriedade

Tipo: System.DateTime
The timestamp of the error during the last connection.

Consulte também

Referência

AvailabilityReplica Classe

Namespace Microsoft.SqlServer.Management.Smo