XPathExpressionBlock Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
XPathExpressionBlock() |
default constructor |
XPathExpressionBlock(String, FilterNode) |
Name and FilterNode constructor |
XPathExpressionBlock()
default constructor
public XPathExpressionBlock ();
Public Sub New ()
Applies to
XPathExpressionBlock(String, FilterNode)
Name and FilterNode constructor
public XPathExpressionBlock (string name, Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode filter);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock : string * Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock
Public Sub New (name As String, filter As FilterNode)
Parameters
- name
- String
- filter
- FilterNode