共用方式為


MaxNumberOfArgs 屬性

Gets the maximum number of arguments that the function accepts.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
ReadOnly Property MaxNumberOfArgs As Integer
    Get
'用途
Dim instance As IBuiltInFunction
Dim value As Integer

value = instance.MaxNumberOfArgs
int MaxNumberOfArgs { get; }
property int MaxNumberOfArgs {
    int get ();
}
abstract MaxNumberOfArgs : int
function get MaxNumberOfArgs () : int

屬性值

型別:System. . :: . .Int32
The maximum number of arguments that the function accepts.