다음을 통해 공유


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.