Sdílet prostřednictvím


FilterNodeOperator.OpType Property

Gets the specified type of operator. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property OpType As FilterNodeOperator.Type 
    Get
'Usage
Dim instance As FilterNodeOperator 
Dim value As FilterNodeOperator.Type 

value = instance.OpType
public FilterNodeOperator.Type OpType { get; }
public:
property FilterNodeOperator.Type OpType {
    FilterNodeOperator.Type get ();
}
member OpType : FilterNodeOperator.Type
function get OpType () : FilterNodeOperator.Type

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The operator type.

See Also

Reference

FilterNodeOperator Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace