XPathExpressionBlock Constructor (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.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
filter As FilterNode _
)
'Usage
Dim name As String
Dim filter As FilterNode
Dim instance As New XPathExpressionBlock(name, filter)
public XPathExpressionBlock(
string name,
FilterNode filter
)
public:
XPathExpressionBlock(
String^ name,
FilterNode^ filter
)
new :
name:string *
filter:FilterNode -> XPathExpressionBlock
public function XPathExpressionBlock(
name : String,
filter : FilterNode
)
Parameters
- name
Type: System.String
A String that specifies the level name.
- filter
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
A syntactical tree representation of a filter block.