XPathExpression Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- blocks
- IList<XPathExpressionBlock>
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