Partager via


Propriété AvailabilityReplica.LastConnectErrorDescription

Gets or sets the description 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 LastConnectErrorDescription As String 
    Get
'Utilisation
Dim instance As AvailabilityReplica 
Dim value As String 

value = instance.LastConnectErrorDescription
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string LastConnectErrorDescription { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ LastConnectErrorDescription {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LastConnectErrorDescription : string
function get LastConnectErrorDescription () : String

Valeur de propriété

Type : System.String
The description of the error during the last connection.

Voir aussi

Référence

AvailabilityReplica Classe

Espace de noms Microsoft.SqlServer.Management.Smo