Freigeben über


SfcQueryExpression.Expression-Eigenschaft

Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Expression As XPathExpression 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
The compiled form of the expression.

Siehe auch

Verweis

SfcQueryExpression Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace