FilterDecoder.GetSql(FilterNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
get the where clause for this sintactical tree
public string GetSql (Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode node);
member this.GetSql : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode -> string
Public Function GetSql (node As FilterNode) As String
Parameters
- node
- FilterNode