XPathExpression Constructors

Definition

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

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

Applies to