共用方式為


FilterNodeFunction.Type 列舉

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

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

語法

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

成員

成員名稱 說明
True The true() function.
False The false() function.
String Not currently supported.
Contains The contains() function. This is similar to the LIKE function, but it adds % around the input pattern.
UserDefined A placeholder for enumerator extension defined functions.
Not The not() function.
Boolean Not currently supported.
Like The Transact-SQL LIKE function.
In The Transact-SQL IN function.