Partilhar via


Propriedade do RDL ComErrorException.ComHResult

Gets the error code (HRESULT) value associated with this exception.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
Public ReadOnly Property ComHResult As Integer 
    Get
'Uso
Dim instance As ComErrorException 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
The error code (HRESULT).

Consulte também

Referência

ComErrorException Classe

Namespace Microsoft.SqlServer.Replication