不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new instance of the FilterNodeFunction class.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
funcType As FilterNodeFunction.Type, _
name As String, _
ParamArray args As FilterNode() _
)
'用途
Dim funcType As FilterNodeFunction.Type
Dim name As String
Dim args As FilterNode()
Dim instance As New FilterNodeFunction(funcType, _
name, args)
public FilterNodeFunction(
FilterNodeFunction.Type funcType,
string name,
params FilterNode[] args
)
public:
FilterNodeFunction(
FilterNodeFunction.Type funcType,
String^ name,
... array<FilterNode^>^ args
)
new :
funcType:FilterNodeFunction.Type *
name:string *
args:FilterNode[] -> FilterNodeFunction
public function FilterNodeFunction(
funcType : FilterNodeFunction.Type,
name : String,
... args : FilterNode[]
)
參數
- funcType
型別:Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction.Type
A FilterNodeFunction.Type value that indicates the function type.
- name
型別:System.String
The name of the function.
- args
型別:array<Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode[]
A FilterNode array that contains the function parameters.