MinNumberOfArgs 屬性
Gets the minimum number of arguments that the function accepts.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property MinNumberOfArgs As Integer
Get
'用途
Dim instance As IBuiltInFunction
Dim value As Integer
value = instance.MinNumberOfArgs
int MinNumberOfArgs { get; }
property int MinNumberOfArgs {
int get ();
}
abstract MinNumberOfArgs : int
function get MinNumberOfArgs () : int
屬性值
型別:System. . :: . .Int32
The minimum number of arguments that the function accepts.