FunctionWrongArgumentsNumberException.ExpectedCount プロパティ

必要な引数の数を取得します。

名前空間:  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
関数が必要とする引数の数を示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

FunctionWrongArgumentsNumberException クラス

Microsoft.SqlServer.Management.Dmf 名前空間