XPathExpression 建構函式

定義

多載

名稱 Description
XPathExpression(IList<XPathExpressionBlock>)

從一串 XPathExpressionBlock 串中建構 XPathExpression。

XPathExpression(String)

從字串構造 XPathExpression

XPathExpression(IList<XPathExpressionBlock>)

從一串 XPathExpressionBlock 串中建構 XPathExpression。

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))

參數

適用於

XPathExpression(String)

從字串構造 XPathExpression

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

參數

strXPathExpression
String

適用於