Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.