Свойство FunctionWrongArgumentsNumberException.ReceivedCount

Gets the expected number of arguments.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property ReceivedCount As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
A String value that specifies the number of arguments that are expected by the function.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Примеры

Обработка исключений SMO

См. также

Справочник

FunctionWrongArgumentsNumberException Класс

Пространство имен Microsoft.SqlServer.Management.Dmf