BrokerPriorityParameter.ParameterValue Property

 

Applies To: SQL Server 2016 Preview

Gets the value of the parameter.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression

The value of the parameter.

See Also

BrokerPriorityParameter Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top