Initializes a new instance of the FilterNodeOperator class with the specified operator type, left parameter, and right parameter. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
opType As FilterNodeOperator.Type, _
left As FilterNode, _
right As FilterNode _
)
'用途
Dim opType As FilterNodeOperator.Type
Dim left As FilterNode
Dim right As FilterNode
Dim instance As New FilterNodeOperator(opType, _
left, right)
public FilterNodeOperator(
FilterNodeOperator.Type opType,
FilterNode left,
FilterNode right
)
public:
FilterNodeOperator(
FilterNodeOperator.Type opType,
FilterNode^ left,
FilterNode^ right
)
new :
opType:FilterNodeOperator.Type *
left:FilterNode *
right:FilterNode -> FilterNodeOperator
public function FilterNodeOperator(
opType : FilterNodeOperator.Type,
left : FilterNode,
right : FilterNode
)
參數
- opType
型別:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The type of operator.
- left
型別:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
The filter node in the left side.
- right
型別:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
The filter node in the right side.