หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the expected number of arguments.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property ExpectedCount As Integer
Get
'Usage
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
Property Value
Type: System.Int32
A String value that specifies the number of expected arguments for the function.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.