XPathExpression 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
XPathExpression(IList<XPathExpressionBlock>) |
Constructs the XPathExpression from a list of XPathExpressionBlocks. |
XPathExpression(String) |
Constructs XPathExpression from a string |
XPathExpression(IList<XPathExpressionBlock>)
Constructs the XPathExpression from a list of XPathExpressionBlocks.
public XPathExpression (System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock> blocks);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression : System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock> -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
Public Sub New (blocks As IList(Of XPathExpressionBlock))
Parameters
- blocks
- IList<XPathExpressionBlock>
Applies to
XPathExpression(String)
Constructs XPathExpression from a string
public XPathExpression (string strXPathExpression);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression : string -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
Public Sub New (strXPathExpression As String)
Parameters
- strXPathExpression
- String