Freigeben über


FilterDecoder.GetSql-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets the WHERE clause from the specified FilterNode object.

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

Syntax

'Declaration
Public Function GetSql ( _
    node As FilterNode _
) As String
'Usage
Dim instance As FilterDecoder 
Dim node As FilterNode 
Dim returnValue As String 

returnValue = instance.GetSql(node)
public string GetSql(
    FilterNode node
)
public:
String^ GetSql(
    FilterNode^ node
)
member GetSql : 
        node:FilterNode -> string
public function GetSql(
    node : FilterNode
) : String

Parameter

Rückgabewert

Typ: System.String
The decoded WHERE clause.

Siehe auch

Verweis

FilterDecoder Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace