Aracılığıyla paylaş


Urn.XPathExpression Özelliği

Alır XPathExpression nesne için Urn.Bu üyeye kodunuzun içinde doğrudan başvuruda bulunmayın. SQL Server altyapısını destekler.

Ad Alanı:  Microsoft.SqlServer.Management.Sdk.Sfc
Derleme:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property XPathExpression As XPathExpression
    Get
'Kullanım
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