次の方法で共有


ReplicationAgentException.MessageCode プロパティ

Gets the error code of the underlying error.

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

構文

'宣言
Public ReadOnly Property MessageCode As Integer 
    Get
'使用
Dim instance As ReplicationAgentException 
Dim value As Integer 

value = instance.MessageCode
public int MessageCode { get; }
public:
property int MessageCode {
    int get ();
}
member MessageCode : int
function get MessageCode () : int

プロパティ値

型: System.Int32
An Int32 value.

関連項目

参照

ReplicationAgentException クラス

Microsoft.SqlServer.Replication 名前空間