Freigeben über


ExpectedCount-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 ExpectedCount As Integer
    Get
'Usage
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

Eigenschaftenwert

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

Hinweise

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