Proprietà Expression
Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.
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 Expression As XPathExpression
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .XPathExpression
The compiled form of the expression.
Vedere anche