FunctionWrongArgumentsNumberException.ReceivedCount Property

Gets the expected number of arguments.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property ReceivedCount As Integer 
    Get
'Usage
Dim instance As FunctionWrongArgumentsNumberException 
Dim value As Integer 

value = instance.ReceivedCount
public int ReceivedCount { get; }
public:
property int ReceivedCount {
    int get ();
}
member ReceivedCount : int
function get ReceivedCount () : int

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

Handling SMO Exceptions

See Also

Reference

FunctionWrongArgumentsNumberException Class

Microsoft.SqlServer.Management.Dmf Namespace