Propriété FunctionWrongArgumentsNumberException.ReceivedCount

Gets the expected number of arguments.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReceivedCount As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

FunctionWrongArgumentsNumberException Classe

Espace de noms Microsoft.SqlServer.Management.Dmf