Compartir a través de


ExpectedCount Propiedad

Gets the expected number of arguments.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public ReadOnly Property ExpectedCount As Integer
    Get
'Uso
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

Valor de la propiedad

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

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.