Sdílet prostřednictvím


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