FunctionWrongArgumentsNumberException.ExpectedCount Property

 

Gets the expected number of arguments.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

public int ExpectedCount { get; }
public:
property int ExpectedCount {
    int get();
}
member ExpectedCount : int with get
Public ReadOnly Property ExpectedCount As Integer

Property Value

Type: System.Int32

A String value that specifies the number of expected arguments for the function.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

FunctionWrongArgumentsNumberException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top