Freigeben über


XPathExpression-Konstruktor (String)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Sub New ( _
    strXPathExpression As String _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

XPathExpression Klasse

XPathExpression-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace