RaiseErrorLegacyStatement.FirstParameter Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the first parameter. Can be a variable, an integer or a negative integer.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression

The first parameter.

See Also

RaiseErrorLegacyStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top