FilterNodeConstant 類別

定義

一個將常數封裝在濾波器中的節點

[System.Runtime.InteropServices.ComVisible(false)]
public class FilterNodeConstant : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
[<System.Runtime.InteropServices.ComVisible(false)>]
type FilterNodeConstant = class
    inherit FilterNode
Public Class FilterNodeConstant
Inherits FilterNode
繼承
FilterNodeConstant
屬性

建構函式

名稱 Description
FilterNodeConstant(Object, FilterNodeConstant+ObjectType)

以值與類型啟動

屬性

名稱 Description
NodeType

節點類型

ObjType

常數的類型

Value

常數值

ValueAsString

取得原始常數值作為字串

方法

名稱 Description
GetHashCode()

一個將常數封裝在濾波器中的節點

ToString()

將值轉換成可用作 SQL 腳本參數的字串。

運算子

名稱 Description
Implicit(FilterNodeConstant to String)

隱式鑄造至弦

適用於