Proprietà FunctionWrongArgumentsNumberException.ReceivedCount
Gets the expected number of arguments.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ReceivedCount As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
A String value that specifies the number of arguments that are expected by the function.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.