Proprietà ExpectedCount
Gets the expected number of arguments.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ExpectedCount As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
A String value that specifies the number of expected arguments for the function.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche