Freigeben über


ReceivedCount-Eigenschaft

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

Eigenschaftenwert

Typ: System. . :: . .Int32
A String value that specifies the number of arguments that are expected by the function.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.