XPathExpression Konstruktoren

Definition

Ü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

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

Gilt für: