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 Widening Implicit Implicit Implicit(FilterNodeConstant to String) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Coverts the specified FilterNodeConstant object to a string. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。