Share via


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.