Condividi tramite


Proprietà Urn.XPathExpression

Gets the XPathExpression object for the Urn. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property XPathExpression As XPathExpression 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
An XPathExpression object.

Vedere anche

Riferimento

Urn Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc