FilterNodeFunction-Konstruktor
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Initializes a new instance of the FilterNodeFunction class.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
funcType As FilterNodeFunction..::..Type, _
name As String, _
ParamArray args As FilterNode() _
)
'Usage
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[]
)
Parameter
- funcType
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNodeFunction. . :: . .Type
A FilterNodeFunction..::..Type value that indicates the function type.
- name
Typ: System. . :: . .String
The name of the function.
- args
Typ: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNode> [] () [] []
A FilterNode array that contains the function parameters.