Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub SetExpression ( _
expression As XPathExpression _
)
'Usage
Dim instance As SfcQueryExpression
Dim expression As XPathExpression
instance.SetExpression(expression)
public void SetExpression(
XPathExpression expression
)
public:
void SetExpression(
XPathExpression^ expression
)
member SetExpression :
expression:XPathExpression -> unit
public function SetExpression(
expression : XPathExpression
)
Parameters
- expression
Type: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpression
The XPathExpression with which to associate value.