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.