XPathExpression Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| XPathExpression(IList<XPathExpressionBlock>) |
Erstellt XPathExpression aus einer Liste von XPathExpressionBlocks. |
| XPathExpression(String) |
Erstellt XPathExpression aus einer Zeichenfolge |
XPathExpression(IList<XPathExpressionBlock>)
Erstellt XPathExpression aus einer Liste von 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))
Parameter
- blocks
- IList<XPathExpressionBlock>
Gilt für:
XPathExpression(String)
Erstellt XPathExpression aus einer Zeichenfolge
public XPathExpression(string strXPathExpression);
new Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression : string -> Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
Public Sub New (strXPathExpression As String)
Parameter
- strXPathExpression
- String