Propriedade do RDL Urn.XPathExpression
Gets the XPathExpression object for the Urn. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property XPathExpression As XPathExpression
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
An XPathExpression object.