Propriété SfcQueryExpression.Expression
Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.
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 Expression As XPathExpression
Get
'Utilisation
Dim instance As SfcQueryExpression
Dim value As XPathExpression
value = instance.Expression
public XPathExpression Expression { get; }
public:
property XPathExpression^ Expression {
XPathExpression^ get ();
}
member Expression : XPathExpression
function get Expression () : XPathExpression
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
The compiled form of the expression.