Share via


XPathExpressionBlock 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.XPathExpressionBlock

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Class XPathExpressionBlock
'Usage
Dim instance As XPathExpressionBlock
[ComVisibleAttribute(false)]
public class XPathExpressionBlock
[ComVisibleAttribute(false)]
public ref class XPathExpressionBlock
[<ComVisibleAttribute(false)>]
type XPathExpressionBlock =  class end
public class XPathExpressionBlock

The XPathExpressionBlock type exposes the following members.

Constructors

  Name Description
Public method XPathExpressionBlock() Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method XPathExpressionBlock(String, FilterNode) Initializes a new instance of the XPathExpressionBlock class with the specified name and filter node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property Filter Gets or sets a syntactical tree representation of a filter block. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property FixedProperties Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public property Name Gets or sets the level name. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Methods

  Name Description
Public method Copy 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 GetAttributeFromFilter Retrieves the attribute from filter if its value is specified. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetHashCode Serves as a hash function for a particular type. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public methodStatic member GetUniqueAttribute Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the string representation of this block. 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.