Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Enumeration XPathExceptionCode
'Usage
Dim instance As XPathExceptionCode
public enum XPathExceptionCode
public enum class XPathExceptionCode
type XPathExceptionCode
public enum XPathExceptionCode
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| BadContext | Bad context. | |
| BadQueryObject | Bad Query Object. | |
| BooleanExpected | A Boolean was expected. | |
| ConstantExpected | A Constant was expected. | |
| ExpressionExpected | An Expression was expected. | |
| FunctionExpected | A Function was expected. | |
| InvalidArgument | Invalid Argument. | |
| InvalidDataRecordFilter | Invalid Data Record Filter. | |
| InvalidName | Invalid Name. | |
| InvalidNodeType | Invalid Node Type. | |
| InvalidNumArgs | Invalid Number of Arguments. | |
| InvalidPattern | Invalid Pattern. | |
| InvalidPrefix | Invalid Prefix. | |
| InvalidToken | Invalid Token. | |
| InvalidVariable | Invalid Variable. | |
| Last | Last exception. | |
| MovedFromSelection | Moved From Selection. | |
| NodeSetExpected | A Node Set was expected. | |
| NodeTestExpected | A Node Test was expected. | |
| NoSelectedSet | No Selected Set. | |
| NotSupported | Not Supported. | |
| NoXPathActive | No XPath was active. | |
| NumberExpected | A Number was expected. | |
| QueryExpected | A Query was Expected | |
| Success | Success. | |
| TestExpected | A Test was expected. | |
| TokenExpected | A Token was expected. | |
| UnclosedString | An Unclosed String occurred. | |
| UndefinedXsltContext | Undefined XSLT Context. | |
| UnknownMethod | Unknown Method. |