Propriedade do RDL MaxNumberOfArgs
Gets the maximum number of arguments that the function accepts.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property MaxNumberOfArgs As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int32
The maximum number of arguments that the function accepts.
Consulte também