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 命名空间