Partager via


Propriété FunctionWrongArgumentsNumberException.ExpectedCount

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 ExpectedCount As Integer 
    Get
'Utilisation
Dim instance As FunctionWrongArgumentsNumberException 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
A String value that specifies the number of expected arguments for 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