Partager via


Propriété AvailabilityReplica.LastConnectErrorTimestamp

Gets the timestamp of the error during the last connection.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastConnectErrorTimestamp As DateTime 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

AvailabilityReplica Classe

Espace de noms Microsoft.SqlServer.Management.Smo