共用方式為


FilterNodeConstant 類別

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

繼承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
    Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeConstant

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

語法

'宣告
<ComVisibleAttribute(False)> _
Public Class FilterNodeConstant _
    Inherits FilterNode
'用途
Dim instance As FilterNodeConstant
[ComVisibleAttribute(false)]
public class FilterNodeConstant : FilterNode
[ComVisibleAttribute(false)]
public ref class FilterNodeConstant : public FilterNode
[<ComVisibleAttribute(false)>]
type FilterNodeConstant =  
    class 
        inherit FilterNode 
    end
public class FilterNodeConstant extends FilterNode

FilterNodeConstant 型別公開下列成員。

建構函式

  名稱 說明
公用方法 FilterNodeConstant 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new instance of the FilterNodeConstant class.

上層

屬性

  名稱 說明
公用屬性 NodeType Gets a FilterNode.Type value that indicates the type of the node. (覆寫 FilterNode.NodeType。)
公用屬性 ObjType 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets an FilterNodeConstant.ObjectType value that indicates the constant type.
公用屬性 Value 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the value of the constant.
公用屬性 ValueAsString 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a string representation of the constant value.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Returns the hash code for this instance. (覆寫 Object.GetHashCode()。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns a string representation of the object. (覆寫 FilterNode.ToString()。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Implicit(FilterNodeConstant to String) 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Coverts the specified FilterNodeConstant object to a string.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

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