TryConvertCall.Parameter Property

 

Applies To: SQL Server 2016 Preview

Gets the parameter that will be converted.

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

Syntax

public ScalarExpression Parameter { get; set; }
public:
property ScalarExpression^ Parameter {
    ScalarExpression^ get();
    void set(ScalarExpression^ value);
}
member Parameter : ScalarExpression with get, set
Public Property Parameter As ScalarExpression

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression

The parameter that will be converted.

See Also

TryConvertCall Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top