AvailabilityReplica.LastConnectErrorNumber プロパティ

前回の接続中に発生したエラー数を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastConnectErrorNumber As Integer 
    Get
'使用
Dim instance As AvailabilityReplica 
Dim value As Integer 

value = instance.LastConnectErrorNumber
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int LastConnectErrorNumber { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int LastConnectErrorNumber {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LastConnectErrorNumber : int
function get LastConnectErrorNumber () : int

プロパティ値

型: System.Int32
前回の接続中に発生したエラー数です。

関連項目

参照

AvailabilityReplica クラス

Microsoft.SqlServer.Management.Smo 名前空間