Свойство FunctionWrongArgumentsNumberException.ExpectedCount

Gets the expected number of arguments.

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

Синтаксис

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

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

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

Замечания

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

Примеры

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

См. также

Справочник

FunctionWrongArgumentsNumberException Класс

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