Свойство 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.