FunctionWrongArgumentsNumberException.ReceivedCount Property
Gets the expected number of arguments.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
public int ReceivedCount { get; }
public:
property int ReceivedCount {
int get();
}
member ReceivedCount : int with get
Public ReadOnly Property ReceivedCount As Integer
Property Value
Type: System.Int32
A String value that specifies the number of arguments that are expected by the function.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Examples
See Also
FunctionWrongArgumentsNumberException Class
Microsoft.SqlServer.Management.Dmf Namespace
Return to top