LeftFunctionCall.Parameters Property

Gets a list of function parameters.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Parameters As IList(Of ScalarExpression)
    Get
'Usage
Dim instance As LeftFunctionCall 
Dim value As IList(Of ScalarExpression)

value = instance.Parameters
public IList<ScalarExpression> Parameters { get; }
public:
property IList<ScalarExpression^>^ Parameters {
    IList<ScalarExpression^>^ get ();
}
member Parameters : IList<ScalarExpression>
function get Parameters () : IList<ScalarExpression>

Property Value

Type: System.Collections.Generic.IList<ScalarExpression>
A list of function parameters.

See Also

Reference

LeftFunctionCall Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace