Costruttore FilterNodeFunction
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the FilterNodeFunction class.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
funcType As FilterNodeFunction..::..Type, _
name As String, _
ParamArray args As FilterNode() _
)
'Utilizzo
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[]
)
Parametri
- funcType
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNodeFunction. . :: . .Type
A FilterNodeFunction..::..Type value that indicates the function type.
- name
Tipo: System. . :: . .String
The name of the function.
- args
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNode> [] () [] []
A FilterNode array that contains the function parameters.
Vedere anche