Urn.XPathExpression-Eigenschaft
Gets the XPathExpression object for the Urn. 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 ReadOnly Property XPathExpression As XPathExpression
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
An XPathExpression object.