Partilhar via


Construtor XPathExpression (String)

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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