Condividi tramite


Proprietà ErrorCode

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ErrorCode As XPathExceptionCode
    Get
'Utilizzo
Dim instance As XPathException
Dim value As XPathExceptionCode

value = instance.ErrorCode
public XPathExceptionCode ErrorCode { get; }
public:
property XPathExceptionCode ErrorCode {
    XPathExceptionCode get ();
}
member ErrorCode : XPathExceptionCode
function get ErrorCode () : XPathExceptionCode