共用方式為


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

成員

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

請參閱

參考

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