次の方法で共有


XPathException.ErrorCode プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property ErrorCode As XPathExceptionCode 
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExceptionCode
エラー コードです。

関連項目

参照

XPathException クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間