Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. 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[]
)
Parameters
- funcType
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction.Type
A FilterNodeFunction.Type value that indicates the function type.
- name
Type: System.String
The name of the function.
- args
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode[]
A FilterNode array that contains the function parameters.