ErrorCode Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property ErrorCode As XPathExceptionCode
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XPathExceptionCode
The error code.
Vea también