Propriété XPathExpression

Gets the XPathExpression object for the Urn. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property XPathExpression As XPathExpression
    Get
'Utilisation
Dim instance As Urn
Dim value As XPathExpression

value = instance.XPathExpression
public XPathExpression XPathExpression { get; }
public:
property XPathExpression^ XPathExpression {
    XPathExpression^ get ();
}
member XPathExpression : XPathExpression
function get XPathExpression () : XPathExpression