FilterNodeOperator.OpType 属性

Gets the specified type of operator. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public ReadOnly Property OpType As FilterNodeOperator.Type 
    Get
用法
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

属性值

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

请参阅

参考

FilterNodeOperator 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间