ParameterCount-Eigenschaft
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. Gets the number of parameters in the function.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterCount As Integer
Get
'Usage
Dim instance As FilterNodeFunction
Dim value As Integer
value = instance.ParameterCount
public int ParameterCount { get; }
public:
property int ParameterCount {
int get ();
}
member ParameterCount : int
function get ParameterCount () : int
Eigenschaftswert
Typ: System. . :: . .Int32
The number of parameters in the function.