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


Свойство AvailabilityReplica.LastConnectErrorDescription

Gets or sets the description of the error during the last connection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastConnectErrorDescription As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
The description of the error during the last connection.

См. также

Справочник

AvailabilityReplica Класс

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