Propriété Urn.XPathExpression
Gets the XPathExpression object for the Urn. Ne faites pas directement référence à 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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
An XPathExpression object.