หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Allows the conversion of expression node to filter mode.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Overridable Function DoConvertToFilterNode As FilterNode
'Usage
Dim returnValue As FilterNode
returnValue = Me.DoConvertToFilterNode()
protected virtual FilterNode DoConvertToFilterNode()
protected:
virtual FilterNode^ DoConvertToFilterNode()
abstract DoConvertToFilterNode : unit -> FilterNode
override DoConvertToFilterNode : unit -> FilterNode
protected function DoConvertToFilterNode() : FilterNode
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
The conversion of expression node to filter mode.