XPathExpression Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class XPathExpression
'Usage
Dim instance As XPathExpression
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class XPathExpression
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class XPathExpression
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type XPathExpression = class end
public class XPathExpression
The XPathExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XPathExpression(String) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
XPathExpression(IList<XPathExpressionBlock>) | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
ExpressionSkeleton | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Item | Gets the tree for the level given by the index. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Length | Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
BlockExpressionSkeleton | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAttribute | Retrieves attribute for the given level from the filter. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
GetHashCode | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the string representation of this expression. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.