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 | |
---|---|---|
XPathExpressionBlock() | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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 | |
---|---|---|
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. | |
FixedProperties | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
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 | |
---|---|---|
Copy | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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. | |
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().) | |
GetType | (Inherited from Object.) | |
GetUniqueAttribute | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
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.