Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the parameter.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ParameterValue As IdentifierOrValueExpression
Get
Set
'Usage
Dim instance As BrokerPriorityParameter
Dim value As IdentifierOrValueExpression
value = instance.ParameterValue
instance.ParameterValue = value
public IdentifierOrValueExpression ParameterValue { get; set; }
public:
property IdentifierOrValueExpression^ ParameterValue {
IdentifierOrValueExpression^ get ();
void set (IdentifierOrValueExpression^ value);
}
member ParameterValue : IdentifierOrValueExpression with get, set
function get ParameterValue () : IdentifierOrValueExpression
function set ParameterValue (value : IdentifierOrValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression
The value of the parameter.