Метод FilterDecoder.GetSql
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the WHERE clause from the specified FilterNode object.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function GetSql ( _
node As FilterNode _
) As String
'Применение
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
Параметры
- node
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
A FilterNode object that represents the syntactical tree.
Возвращаемое значение
Тип: System.String
The decoded WHERE clause.