Partager via


Constructeur FilterNodeOperator

Initializes a new instance of the FilterNodeOperator class with the specified operator type, left parameter, and right parameter. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    opType As FilterNodeOperator..::..Type, _
    left As FilterNode, _
    right As FilterNode _
)
'Utilisation
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
)

Paramètres