FilterNodeFunction 類別
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Represents a function in the filter.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNode
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNodeChildren
Microsoft.SqlServer.Management.Sdk.Sfc..::..FilterNodeFunction
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public Class FilterNodeFunction _
Inherits FilterNodeChildren
'用途
Dim instance As FilterNodeFunction
[ComVisibleAttribute(false)]
public class FilterNodeFunction : FilterNodeChildren
[ComVisibleAttribute(false)]
public ref class FilterNodeFunction : public FilterNodeChildren
[<ComVisibleAttribute(false)>]
type FilterNodeFunction =
class
inherit FilterNodeChildren
end
public class FilterNodeFunction extends FilterNodeChildren
FilterNodeFunction 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
FilterNodeFunction | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new instance of the FilterNodeFunction class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
FunctionType | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a FilterNodeFunction..::..Type value that indicates the function type. | |
Name | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the name of the function. | |
NodeType | Gets the type of the node. (覆寫 FilterNode. . :: . .NodeType。) | |
ParameterCount | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the number of parameters in the function. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
FuncTypeToString | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns the specified FilterNodeFunction..::..Type as a string. | |
GetHashCode | Returns the hash code for this instance. (覆寫 FilterNodeChildren. . :: . .GetHashCode() () () ()。) | |
GetParameter | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the parameter at the specified index. | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns a string representation of this object. (覆寫 FilterNode. . :: . .ToString() () () ()。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。