Udostępnij za pośrednictwem


Metoda SfcQueryExpression.SetExpression

Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub SetExpression ( _
    expression As XPathExpression _
)
'Użycie
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
)

Parametry