Langue

XPathExpression Constructeurs

Définition

Surcharges

Nom Description
XPathExpression(IList<XPathExpressionBlock>)

Construit le XPathExpression à partir d’une liste de XPathExpressionBlocks.

XPathExpression(String)

Construit XPathExpression à partir d’une chaîne

XPathExpression(IList<XPathExpressionBlock>)

Construit le XPathExpression à partir d’une liste de 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))

Paramètres

S’applique à

XPathExpression(String)

Construit XPathExpression à partir d’une chaîne

public XPathExpression(string strXPathExpression);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression : string -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
Public Sub New (strXPathExpression As String)

Paramètres

strXPathExpression
String

S’applique à