FunctionCall.JsonParameters Property

Definition

The Json parameters to the function.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.JsonKeyValue> JsonParameters { get; }
member this.JsonParameters : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.JsonKeyValue>
Public ReadOnly Property JsonParameters As IList(Of JsonKeyValue)

Property Value

Applies to