Propriedade do RDL FunctionWrongArgumentsNumberException.ReceivedCount
Gets the expected number of arguments.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Property ReceivedCount As Integer
Get
'Uso
Dim instance As FunctionWrongArgumentsNumberException
Dim value As Integer
value = instance.ReceivedCount
public int ReceivedCount { get; }
public:
property int ReceivedCount {
int get ();
}
member ReceivedCount : int
function get ReceivedCount () : int
Valor da propriedade
Tipo: System.Int32
A String value that specifies the number of arguments that are expected by the function.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.