Конструктор FilterNodeOperator
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.