Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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.