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
Public method XPathExpression(String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method XPathExpression(IList<XPathExpressionBlock>) Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property ExpressionSkeleton Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property 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.
Public property Length Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method BlockExpressionSkeleton Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method 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.
Public method GetHashCode Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace