XPathExpression コンストラクター

定義

オーバーロード

名前 説明
XPathExpression(IList<XPathExpressionBlock>)

XPathExpressionBlocks のリストから XPathExpression を構築します。

XPathExpression(String)

文字列から XPathExpression を構築します。

XPathExpression(IList<XPathExpressionBlock>)

XPathExpressionBlocks のリストから 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

適用対象