Compartir a través de


XPathExpression Constructor (String)

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Sub New ( _
    strXPathExpression As String _
)
'Uso
Dim strXPathExpression As String 

Dim instance As New XPathExpression(strXPathExpression)
public XPathExpression(
    string strXPathExpression
)
public:
XPathExpression(
    String^ strXPathExpression
)
new : 
        strXPathExpression:string -> XPathExpression
public function XPathExpression(
    strXPathExpression : String
)

Parámetros

  • strXPathExpression
    Tipo: System.String
    A string value of XPathExpression.

Vea también

Referencia

XPathExpression Clase

Sobrecarga de XPathExpression

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc