XPathExpression Constructores

Definición

Sobrecargas

Nombre Description
XPathExpression(IList<XPathExpressionBlock>)

Construye XPathExpression a partir de una lista de XPathExpressionBlocks.

XPathExpression(String)

Construye XPathExpression a partir de una cadena

XPathExpression(IList<XPathExpressionBlock>)

Construye XPathExpression a partir de una lista 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))

Parámetros

Se aplica a

XPathExpression(String)

Construye XPathExpression a partir de una cadena

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

Parámetros

strXPathExpression
String

Se aplica a