共用方式為


FilterNodeOperator.Type 列舉

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Enumeration Type
'用途
Dim instance As FilterNodeOperator.Type
public enum Type
public enum class Type
type Type
public enum Type

成員

成員名稱 說明
LT Describes the less than operator.
GT Describes the greater than operator.
LE Describes the less equal operator.
GE Describes the greater equal operator.
EQ Describes the equal operator.
NE Describes the not equal operator.
OR Describes the OR operator.
And Describes the AND operator.
NEG Describes the negation operator.