Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. 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
Parameters
- node
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
A FilterNode object that represents the syntactical tree.
Return Value
Type: System.String
The decoded WHERE clause.