共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。